document-review

Dispatch parallel persona agents to review documents and surface structured findings.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/vib795/copilot-anatomy --skill document-review-vib795
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-review
Source: https://github.com/vib795/copilot-anatomy/tree/main/.github/skills/document-review
Command: npx skills add https://github.com/vib795/copilot-anatomy --skill document-review-vib795

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Aligns document quality and scope by running parallel persona agents to surface issues, fix low-fidelity content, and surface strategic questions for stakeholders.

Core Features & Use Cases

  • Parallel persona analysis to review requirements or plan documents from multiple angles (coherence, feasibility, design, security, etc.).
  • Auto-fixes and structured findings generation via a standard schema for automation-friendly review.
  • Dispatches agents in parallel and returns consolidated results with actionable next steps.

Quick Start

Run the document-review skill with a path to a document and optional mode flag to begin either an interactive or headless review.

Frequently Asked Questions about document-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate requirements document review to surface issues across multiple dimensions?

Automated document review deploys parallel persona agents to analyze requirements or plan documents from multiple angles like coherence, feasibility, design, and security. It consolidates findings into a standard schema for downstream governance tooling.

Can I run a headless document analysis and output structured findings for CI/CD pipelines?

Yes, headless document analysis mode runs without interaction and outputs structured findings via a standard schema. This automation-friendly format allows direct consumption by downstream governance tooling in CI/CD pipelines.

What is the best way to review a plan document from different stakeholder perspectives?

Parallel persona analysis is the best way to review plan documents from different stakeholder perspectives. It dispatches multiple agents simultaneously to analyze scope, surface strategic questions, and return consolidated actionable results.

Does multi-agent document review auto-fix low-fidelity content or just report findings?

Multi-agent document review both reports findings and auto-fixes low-fidelity content. It analyzes documents in parallel, applies fixes, and presents structured findings with actionable next steps for stakeholders to review.

How do I start an interactive document review for a requirements file?

Start an interactive document review by running the skill with a file path and an optional mode flag. This initiates the parallel persona agents to analyze the requirements document and present findings interactively.

When do I need structured findings with a standard schema for document governance?

You need structured findings with a standard schema for document governance when integrating review results into automated quality assurance workflows. This ensures parallel agent findings are consistent and consumable by downstream tooling.