원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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