docs-test-review

Route documentation and test reviews through the comprehensive-review system with a docs focus.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaichiHoshina/ai-tools --skill docs-test-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-test-review
Source: https://github.com/DaichiHoshina/ai-tools/tree/main/claude-code/skills/docs-test-review
Command: npx skills add https://github.com/DaichiHoshina/ai-tools --skill docs-test-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the integration of documentation and test quality checks by routing reviews through the comprehensive-review system with a docs-focused lens.

Core Features & Use Cases

  • Unified docs/tests review: apply a docs-focused comprehensive-review to ensure API/docs accuracy, comment quality, and test coverage.
  • Compatibility: works with existing guidelines and the comprehensive-review workflow to align documentation and tests across projects.
  • Use Case: when publishing a library, run the docs-focused review to verify that API documentation and tests meet the common guidelines.

Quick Start

Run /skill comprehensive-review --focus=docs to start the docs-focused integrated review.

Frequently Asked Questions about docs-test-review

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

FAQPage Schema
How do I review API documentation and test coverage together before publishing a library?

Documentation and test coverage can be reviewed together by running a docs-focused comprehensive review. This validates API documentation, comment quality, and test alignment against unified guidelines before library publication.

What is a docs-focused comprehensive review for code quality?

A docs-focused comprehensive review is a workflow that routes quality checks through an integrated system to validate documentation coverage, test meaning, and alignment with common guidelines for API libraries and packages.

Can I use existing code quality guidelines with a docs-focused review system?

Yes, the docs-focused review works with existing guidelines and the comprehensive-review workflow. It aligns documentation and tests across projects without replacing your established quality assurance standards.

How do I start a documentation and test alignment check for my modules?

Start the documentation and test alignment check by running the comprehensive review command with the docs focus flag. This initiates the integrated flow to verify API documentation and tests meet common guidelines.

When should I run a unified documentation and test quality review?

Run a unified documentation and test quality review when publishing a library, module, or package where API documentation, comments, and tests require strict alignment with unified project guidelines.

Does a docs-focused review validate test meaning or just test coverage?

A docs-focused review validates both test meaning and documentation coverage. It ensures tests are meaningful and aligned with common guidelines, rather than solely checking for coverage metrics across modules.