document-review

Installation
SKILL.md

Document Review

Review requirements or plan documents through multi-persona analysis. Dispatches specialized reviewer agents in parallel, applies clear fixes, and presents proposed fixes and decisions for user input.

Phase 0: Detect Mode

Check the skill arguments for mode:headless. Arguments may contain a document path, mode:headless, or both. Tokens starting with mode: are flags, not file paths -- strip them from the arguments and use the remaining token (if any) as the document path for Phase 1.

If mode:headless is present, set headless mode for the rest of the workflow.

Headless mode changes the interaction model, not the classification boundaries. Document-review still applies the same judgment about what has one clear correct fix vs. what needs user judgment. The only difference is how findings are delivered:

  • safe_auto fixes at confidence anchor 100 are applied silently (same as interactive)
  • gated_auto proposed fixes and manual decisions are returned as structured text for the caller to handle -- no question prompts, no interactive approval
  • Findings at confidence anchor 50 are returned as FYI observations only -- no interaction or action
  • Phase 5 returns immediately with "Review complete" (no refine/complete question)

The caller receives applied fixes, proposed fixes, decisions, and FYI observations with their original classifications intact; proposed fixes and decisions remain for the caller to handle.

Installs
4
GitHub Stars
24
First Seen
Apr 2, 2026
document-review — marcusrbrown/systematic