Testing Coverage Review — Testing & QA agent for Claude Code
Reviews a diff for significant test-coverage gaps and test-quality defects — untested new logic, tests that can't fail, weakened assertions, flaky-prone patterns, and test-isolation problems.
How to install Testing Coverage Review
Installs to ~/.claude/agents/vaibhav-k-claude-code-review-agents-testing-coverage-review.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vaibhav-k/claude-code-review-agents/HEAD/.claude/agents/testing-coverage-review.md -o ~/.claude/agents/vaibhav-k-claude-code-review-agents-testing-coverage-review.md Restart Claude Code, or start a new session, for it to be picked up.
What Testing Coverage Review does
name: testing-coverage-review description: Reviews a diff for significant test-coverage gaps and test-quality defects — untested new logic, tests that can't fail, weakened assertions, flaky-prone patterns, and test-isolation problems. Invoke when triage routes to testing-coverage-review, or directly when a diff changes production logic with no corresponding test diff, or changes test files themselves. tools:
- Read
- Grep
- Glob
- Bash(git diff *)
- Bash(git show *) model: sonnet c
Alternatives in Testing & QA
- Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
- Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★
- Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Cr Test Analyzer
Analyzes the test coverage and test quality of a PR — critical gaps, uncovered edge cases, and tests with no p
Test Gap Adversary
Red-team test-coverage reviewer for in-flight code diffs. Reads a git diff and produces a ranked critique focu
Test Isolation Reviewer
Use this agent after adding or modifying any file in tests/ to verify the test will pass in CI (no parent-proj
Test Debt Analyzer
Consolidated test debt analysis - flakiness, isolation, edge cases, duplication, coverage gaps. Use for compre
Test Coverage Agent
Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing t
Sub-Agent Test Generator Command
Generates comprehensive test suites by analyzing code patterns, identifying untested paths, and creating meani
Related Skills
Review Test Quality
Audit test suite quality: coverage gaps, weak assertions, missing negative cases, over-mocking, and tests that
Test Crusade
Unleash parallel Test Purist agents to audit coverage, test quality, and assertions across the codebase. No un
Test All
Run the full test suite. Report pass/fail, coverage, and any flaky tests.