vaibhav-k

Testing Coverage Review — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository