test-reviewer

Generate regression tests from documented failure modes and prevention strategies.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mattjefferson/open-compound-engineering --skill test-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-reviewer
Source: https://github.com/mattjefferson/open-compound-engineering/tree/main/skills/test-reviewer
Command: npx skills add https://github.com/mattjefferson/open-compound-engineering --skill test-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates regression tests from documented prevention strategies to prevent bug recurrence.

Core Features & Use Cases

  • Translate failure modes, documented prevention strategies, and review findings into executable test cases.
  • Enforce no-mocks, behavior-focused validation, and one-assert-per-concern across test generation.
  • Provide integration-ready outputs that fit existing test suites and prevent regressions in future changes.

Quick Start

Describe a failure mode, and I will generate targeted regression tests that validate the prevention strategy.

Frequently Asked Questions about test-reviewer

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

FAQPage Schema
How do I generate regression tests from documented bug fixes?

To generate regression tests from documented bug fixes, you provide the documented prevention strategies and failure modes. The tool then translates these findings into standalone, executable test cases that validate the original behavior and prevent bug recurrence.

What is behavior-focused validation with no-mocks in test generation?

Behavior-focused validation with no-mocks is an approach that enforces testing actual system behavior rather than simulated interactions. It generates standalone test cases using one-assert-per-concern, ensuring reproducible validation without relying on mock objects.

How do I turn review findings into executable test cases?

You can turn review findings into executable test cases by feeding the analysis protocol and documented solutions into the test generation workflow. It extracts failure modes and outputs integration-ready tests aligned with your project standards.

Can I integrate generated regression tests into existing test suites?

Yes, you can integrate generated regression tests into existing test suites. The process provides integration-ready outputs designed to fit your project standards, ensuring the standalone, testable cases prevent regressions in future changes seamlessly.

What is the best way to prevent bug recurrence across repositories?

The best way to prevent bug recurrence across repositories is to apply a reproducible analysis workflow that extracts documented prevention strategies. This generates targeted regression tests that enforce behavior-focused validation across your codebase.

Do I need documented prevention strategies to create regression tests?

Yes, you need documented prevention strategies, failure modes, or review findings to create regression tests. The tool follows a reproducible analysis workflow to translate these documented solutions into executable tests that prevent future regressions.