Local-first, event-driven RAG for commercial real estate audit & investigation case folders. Index a case directory named like "项目问题编号__标题" (with stage subfolders such as 01_policy_basis/02_process/04_settlement_payment) and query it with citations (file:// links + PDF #page). Use when you need to organize 50-200 mixed documents (PDF/DOCX/PPTX/XLSX) per case, enforce case_id+stage filtering, retrieve evidence fast, and answer questions with page-level references for workpapers, 整改闭环, or 举报线索调查.
该技能封装了一个纯本地工作流,用于为单个审计/调查案件构建可搜索的证据索引,并支持通过页面级引用进行查询。
目录内使用阶段文件夹(阶段名称由文件夹名推断):
完整模板:references/case-folder-template.md
bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r scripts/requirements.txt
建议使用LibreOffice实现Office文档到PDF的页面引用:
bash
./scripts/auditcaserag.py index \
--case-dir /path/to/<项目问题编号><标题> \
--out-dir /path/to/auditragdb
输出结果:
bash
./scripts/auditcaserag.py query \
--case <项目问题编号> \
--stage payment \
付款节点是否倒挂?请给出处页码
注意事项:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 audit-case-rag-1776351723 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 audit-case-rag-1776351723 技能
skillhub install audit-case-rag-1776351723
文件大小: 7.16 KB | 发布时间: 2026-4-17 15:47