一键导入
audit-document
Display the audit trail of all document analysis actions. Use when the user asks to see the "audit trail", "history", or "what we've done".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Display the audit trail of all document analysis actions. Use when the user asks to see the "audit trail", "history", or "what we've done".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | audit-document |
| description | Display the audit trail of all document analysis actions. Use when the user asks to see the "audit trail", "history", or "what we've done". |
Display the audit trail of all document analysis actions.
Query the audit log from SQLite:
sqlite3 -header -column "${CLAUDE_PLUGIN_DATA}/documents.db" \
"SELECT id, timestamp, action, actor, detail FROM audit_log ORDER BY id"
Present the results as a chronological log:
If the user asks for a provenance summary, cross-reference:
Orchestrate a full multi-agent document review pipeline in one pass — load, evaluate, verify, draft, and audit.
Session timeline viewer and manual entry recorder for the audit trail.
Evaluate loaded documents against a criteria file, producing a structured findings report. Use when the user asks to "evaluate", "review", or "check" documents against criteria.
Extract, parse, and load documents from a ZIP archive or single file into SQLite + ChromaDB. Use when the user asks to "load", "ingest", or "import" a document.
Use macOS say command for audio notifications when user input is needed, a long task completes, or an error occurs.
Search loaded document clauses using semantic and keyword search. Use when the user asks to "search", "find", or "look up" something in the documents.