devbooks-test-reviewer

Analyze test suites for coverage, boundaries, readability, and maintainability without modifying code.

84|6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Darkbluelr/dev-playbooks-cn --skill devbooks-test-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devbooks-test-reviewer
Source: https://github.com/Darkbluelr/dev-playbooks-cn/tree/main/skills/devbooks-test-reviewer
Command: npx skills add https://github.com/Darkbluelr/dev-playbooks-cn --skill devbooks-test-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluates test suites in tests/ to assess coverage, boundary checks, readability, and maintainability without modifying source code or executing changes.

Core Features & Use Cases

  • Provide structured test-review guidance for tests/ directories, ensuring alignment with verification.md and project standards.
  • Identify missing coverage, boundary cases, and readability improvements, and generate a formal review report without altering tests.
  • Support for role-based constraints and escalation paths when issues are found, including adherence to CON-ROLE-001 to CON-ROLE-005.

Quick Start

Review the latest change's tests/ directory and generate a formal Test Review Report against verification.md.

Frequently Asked Questions about devbooks-test-reviewer

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

FAQPage Schema
How do I review test suite coverage without modifying source code?

To review test suite coverage without modifying code, perform a non-execution assessment of the tests/ directory. This evaluates coverage, boundary condition handling, readability, and maintainability while keeping the source code completely intact.

What is a non-execution test review and how does it work?

A non-execution test review evaluates test suites by statically analyzing coverage, boundary checks, and readability rather than executing them. It produces a structured Test Review Report documenting gaps and recommendations without relying on actual test execution outcomes.

How do I map acceptance criteria to test cases during a code review?

You can map acceptance criteria to test cases during a code review by reading the verification.md file to align project standards with the tests/ directory. This ensures the test suite accurately reflects and verifies the required acceptance criteria.

Does static test review support role-based constraint checks?

Yes, static test review supports role-based constraint checks by enforcing strict conformance to CON-ROLE-001 through CON-ROLE-005. It provides structured escalation paths when issues or constraint violations are found during the assessment.

Can I evaluate test maintainability and readability for existing test suites?

Yes, you can evaluate test maintainability and readability for existing test suites through a formal non-execution assessment. The review identifies specific readability improvements and maintainability gaps while generating a comprehensive Test Review Report.

What are the limitations of non-execution test reviews?

The main limitation of non-execution test reviews is that they rely on static assessments rather than actual test outcomes. This means they cannot verify runtime behavior or execution failures, focusing solely on structural coverage, boundary checks, and documentation gaps.