test-review

Analyze codebase test coverage, fuzz testing, and quality in three phases.

18|4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/chrisallenlane/claude-swe-workflows --skill test-review-chrisallenlane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-review
Source: https://github.com/chrisallenlane/claude-swe-workflows/tree/main/skills/test-review
Command: npx skills add https://github.com/chrisallenlane/claude-swe-workflows --skill test-review-chrisallenlane

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a three-phase review of a codebase's tests to fill coverage gaps, identify fuzz testing opportunities, and audit overall test quality.

Core Features & Use Cases

  • Three-phase workflow: coverage analysis, fuzz coverage, and quality auditing, with interactive selections and SME-driven implementations.
  • Scales to large codebases via partitioned analysis and parallel SME coordination, enabling language-specific testing.
  • Seamless integration with existing tests and CI pipelines to progressively elevate test health over time.

Quick Start

Run a comprehensive test-review on your project to identify coverage gaps, fuzz opportunities, and test quality.

Frequently Asked Questions about test-review

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

FAQPage Schema
How do I identify test coverage gaps and improve test quality across my codebase?

Identify test coverage gaps by running a three-phase test review that analyzes coverage, fuzz testing opportunities, and test-quality audit, dispatching language-specific SMEs to implement changes.

What is fuzz testing and when do I need to audit my test suite for it?

Fuzz testing audit is a phase of test review that identifies code areas lacking fuzz coverage, systematically strengthening your test suite by finding edge cases and unexpected input vulnerabilities.

Can I integrate test review and fuzz testing analysis with my existing CI pipeline?

Yes, test review supports seamless integration with existing tests and CI pipelines, enabling progressive elevation of test health over time without disrupting current workflows.

Does test coverage analysis work for large codebases with multiple programming languages?

Yes, test review scales to large codebases via partitioned analysis and parallel SME coordination, dispatching language-specific subject matter experts to implement changes.

What's the best way to audit test quality across a software project end-to-end?

The best way to audit test quality is applying a three-phase workflow that evaluates coverage gaps, fuzz coverage, and quality auditing with interactive selection and SME-driven implementation.