test-review

Identify test coverage gaps and assess TDD adherence in test suites.

9|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Dragonscale-Labs/planning-plugin --skill test-review-dragonscale-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-review
Source: https://github.com/Dragonscale-Labs/planning-plugin/tree/main/skills/test-review
Command: npx skills add https://github.com/Dragonscale-Labs/planning-plugin --skill test-review-dragonscale-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify gaps in test coverage, assess adherence to TDD practices, and raise overall test quality across projects.

Core Features & Use Cases

  • Coverage Evaluation: Reviews unit, integration, and end-to-end test coverage against defined targets.
  • Test Structure & Quality: Evaluates test organization (AAA pattern), naming, edge-case coverage, and mocking strategies.
  • Actionable Guidance: Provides concrete improvement plans and recommended test strategies, with outputs suitable for planning sessions.

Quick Start

Ask me to review your project's tests or share your coverage report, and I will return a structured assessment with gaps, risks, and recommended next steps.

Frequently Asked Questions about test-review

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

FAQPage Schema
How do I identify gaps in my test coverage and improve TDD practices?

Test coverage gaps and TDD adherence are identified by evaluating test suites against defined targets, assessing structure, naming, and mocking to provide actionable improvement plans.

What is the best way to review test quality for backend and frontend suites?

The best way to review test quality is to evaluate test organization using the AAA pattern, check edge-case coverage, and validate mocking strategies across both backend and frontend suites.

How do I assess if my test naming and structure meet quality assurance standards?

Test naming and structure are assessed by checking adherence to standard patterns like AAA, verifying edge-case coverage, and validating mocking strategies to ensure maintainable tests.

Can I use a coverage report to find missing edge cases in my test suite?

Yes, you can share your coverage report to receive a structured assessment that identifies missing edge cases, evaluates mocking strategies, and highlights risks in your test suite.

Does test review work for both unit and end-to-end testing evaluations?

Yes, test review works for unit, integration, and end-to-end test coverage evaluations, applying criteria for coverage targets, structure, naming, edge cases, and mocking.

What are the limitations of automated test coverage evaluations?

Evaluations are limited to analyzing provided test suites and coverage reports, focusing on structural adherence and mocking strategies rather than executing the tests or modifying the underlying code.