tests-review

Identify test edge-case coverage gaps and write feedback to tests-feedback files.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/tigredonorte/claude-plugin-work --skill tests-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tests-review
Source: https://github.com/tigredonorte/claude-plugin-work/tree/main/skills/tests-review
Command: npx skills add https://github.com/tigredonorte/claude-plugin-work --skill tests-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams systematically review test edge cases, ensuring comprehensive coverage and guiding improvements to the test suite by generating feedback files.

Core Features & Use Cases

  • Automated discovery of gaps in test coverage by analyzing test files in relation to source code.
  • Generates structured feedback outputs in tests-feedback.txt and tests-feedback.jsonl to guide test authors and reviewers.
  • Supports iterative reviews across multiple cycles until coverage is thorough.

Quick Start

Review the tests in the target task directory and run the tests-review process to produce feedback files.

Frequently Asked Questions about tests-review

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

FAQPage Schema
How do I find gaps in test edge-case coverage for my software project?

To find gaps in test edge-case coverage, you can analyze your test files against the corresponding source code. This process identifies missing scenarios and outputs structured feedback to guide iterative test suite improvements.

What is the best way to automate test review feedback for unit and integration tests?

Automating test review feedback involves reading test files and referencing source code to discover missing edge cases. The process generates structured outputs in tests-feedback.txt and tests-feedback.jsonl files to guide test authors and reviewers.

Can I use an automated test review process for UI tests and integration tests?

Yes, automated test review processes can be used for UI tests, integration tests, and unit tests. The system reads the test files, references the underlying source code, and identifies edge-case coverage gaps across all test types.

How do I generate structured JSONL feedback files from test coverage analysis?

Generating structured JSONL feedback files from test coverage analysis requires reading test files and comparing them to source code. The process outputs both tests-feedback.jsonl and tests-feedback.txt to summarize discovered edge-case gaps.

Does iterative test review work across multiple review cycles?

Yes, iterative test review supports multiple cycles to ensure thorough edge-case coverage. The process reads test files, references source code, and generates feedback files repeatedly until the test suite coverage is comprehensive.

Why does my test suite miss edge cases even with high code coverage?

Test suites miss edge cases even with high code coverage when tests execute code paths without validating all boundary conditions. Analyzing test files against source code identifies these specific edge-case gaps and outputs structured feedback for improvement.