document-review

Review documents for quality and completeness using parallel persona agents.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill document-review-valegrajales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-review
Source: https://github.com/valegrajales/agentic-retrieval-example/tree/main/.github/skills/document-review
Command: npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill document-review-valegrajales

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines document review processes by leveraging parallel persona agents to identify and address role-specific issues, enhancing the quality of requirements or plan documents.

Core Features & Use Cases

  • Parallel Agent Analysis: Utilizes multiple agents for concurrent review to identify issues from different perspectives.
  • Auto-Fix and Recommendations: Automatically applies fixes for certain issues and provides recommendations for others.
  • Interactive Feedback: Offers interactive mode for user input on conflicting or nuanced issues.
  • Use Case: Ideal for teams working on complex projects where document quality is crucial, such as software development or project management.

Quick Start

Run the document-review skill with your document: Skill("compound-engineering:document-review", "mode:headless docs/plans/my-plan.md")

Frequently Asked Questions about document-review

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

FAQPage Schema
How do I review technical documentation for quality and completeness?

Automated document review uses parallel specialized agents to classify documents, dispatch role-specific personas, and synthesize findings into a structured output. It handles concurrent analysis to identify quality and completeness issues from multiple perspectives simultaneously.

How does parallel agent-based document analysis work?

Parallel agent-based analysis works by dispatching multiple specialized personas concurrently to review structured document content. Each agent identifies role-specific issues, and the system synthesizes findings while applying schema validation to ensure a structured quality output.

Can I use document review for project management plans?

Yes, document review is suitable for project management and software development workflows. It evaluates requirements and plan documents, automatically applying fixes for certain issues while providing recommendations for nuanced problems.

What is the best way to handle conflicting issues found during document analysis?

The best way to handle conflicting issues during document analysis is using interactive feedback mode. This allows you to provide direct input on nuanced issues, while the system automatically applies fixes for straightforward problems.

Do I need structured content for technical document review?

Yes, technical document review requires structured document content as input and applies schema validation for the output. This ensures the specialized agents can accurately classify the document and synthesize findings.

How do I run automated document review in a headless workflow?

Run automated document review in a headless workflow by executing the skill with the headless mode parameter and your document path. This processes the document without interactive prompts, synthesizing findings for your software development pipeline.