test-quality-review - Evaluate test coverage for changed code and regressions
Evaluates whether tests cover changed behavior, edge cases, regressions, external integrations, and deterministic validation paths.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Identify changed contract behavior in diffs
- Evaluate test coverage for edge cases
- Detect missing or brittle tests
- Verify deterministic test execution paths
- Suggest targeted test implementations
Inputs
- Code diffs
- Existing test files and fixtures
- Production configurations
Outputs
- Test quality review findings
- Test coverage improvement recommendations
Requirements
- diff-analyzer tool
- scm-api tool
- filesystem tool
- corpus-selector tool
- validator tool
- Go testing package
- HTTP test servers or local fakes
