document-review

Evaluate documents against quality criteria and reference materials into a Markdown review report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill document-review-so-ota-biz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-review
Source: https://github.com/so-ota-biz/ai-agent-orchestration-settings/tree/main/.agent/skills/document_review
Command: npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill document-review-so-ota-biz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

任意のドキュメント(設計書・仕様書・Issue・チケット等)を確立された基準に照らして評価し、品質と整合性を担保します。基準ドキュメントが与えられれば、それを加算的に適用します。

Core Features & Use Cases

  • デフォルトの品質観点と対象種別固有観点を用いて、複数の基準ドキュメントを組み合わせて評価します。
  • criteria-extractor / doc-conformance-reviewer / review-meta-checker の3つのサブエージェントにより観点の独立性を保証します。
  • 最終成果物として、構造化されたMarkdownレポートを生成します。

Quick Start

Review the target document against the default criteria and any optional reference documents and generate a structured Markdown review report.

Frequently Asked Questions about document-review

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

FAQPage Schema
How do I review a document against quality criteria and reference specs?

To review a document against quality criteria, the Skill evaluates the target file using default criteria and additive viewpoints from optional reference documents, then outputs a structured Markdown review report.

Can I check design docs and GitHub issues for conformance to specifications?

Yes, you can check design docs, GitHub issues, and tickets for conformance. The Skill applies default and document-specific quality criteria to ensure coherence across related artifacts.

How does the document review process evaluate multiple reference documents?

The document review process uses three sub-agents to extract criteria, gather context, and evaluate conformance. This layered workflow ensures independent viewpoints from multiple reference documents are additively applied.

What is the best way to generate a structured Markdown report for a Notion document review?

The best way to generate a structured Markdown report is to provide the target Notion document and optional reference specs. The Skill layers extraction and evaluation to produce the final comprehensive review.

Do I need reference documents to perform a quality check on a design spec?

No, you do not need reference documents to perform a quality check. The Skill applies default quality criteria by default, and integrates any provided reference materials additively for deeper evaluation.

Are there limitations when combining criteria from multiple GitHub issues for a review?

There are no stated limitations on combining criteria from multiple GitHub issues. The Skill is designed to evaluate target documents against combined criteria from multiple reference documents without losing viewpoint independence.