ワンクリックで
cowork-review
Orchestrate a full multi-agent document review pipeline in one pass — load, evaluate, verify, draft, and audit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Orchestrate a full multi-agent document review pipeline in one pass — load, evaluate, verify, draft, and audit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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".
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.
| name | cowork-review |
| description | Orchestrate a full multi-agent document review pipeline in one pass — load, evaluate, verify, draft, and audit. |
| argument-hint | [archive-path] |
| disable-model-invocation | true |
Orchestrate a full multi-agent document review: load, evaluate, verify, draft, and audit — in one pass.
Run the pipeline script to load documents, evaluate against all criteria files, and collect the audit trail:
uv run --with 'pymupdf,python-docx,openpyxl,chromadb,sentence-transformers' \
"${CLAUDE_PLUGIN_ROOT}/skills/cowork-review/document-pipeline.py" "$ARGUMENTS"
Default archive: assets/ Default criteria: ip-and-ownership.md+general-red-flags.md`
If data is already loaded, add --skip-load to skip the load stage.
Read the evidence output. For each criterion, apply judgment:
CRITICAL, HIGH, MEDIUM, LOW, or CLEARFor each finding rated MEDIUM or above, switch to verification-agent perspective:
upheld, downgraded, or dismissedSwitch to response-drafter-agent perspective:
Save the full report to data/review-report.md. Display the audit
trail summary at the end.
--skip-load — skip load stage if data already exists--criteria FILE ... — use custom criteria files instead of defaultsdata/review-report.md