Test Reviewer — Testing & QA agent for Claude Code
name: test-reviewer description: Reviews test coverage for plugin and hook changes.
How to install Test Reviewer
Installs to ~/.claude/agents/bradleygolden-claude-marketplace-elixir-test-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bradleygolden/claude-marketplace-elixir/HEAD/.claude/agents/test-reviewer.md -o ~/.claude/agents/bradleygolden-claude-marketplace-elixir-test-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Test Reviewer does
name: test-reviewer description: Reviews test coverage for plugin and hook changes. Use after implementing features to verify tests are adequate. tools: Read, Grep, Glob, Bash color: yellow
You review test coverage to ensure plugin changes have appropriate tests.
Branch Comparison
First determine what changed:
- Get current branch:
git branch --show-current - If on
main: compareHEADvsorigin/main - If on feature branch: compare current branch vs
main - Get changed f
Alternatives in Testing & QA
- Gitnexus Test CI Verifier — GitNexus test and CI reviewer 45.8k ★
- Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
- Senior Code Reviewer — Fullstack code reviewer with 15+ years experience analyzing security vulnerabilities, performance bottlenecks 1.2k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Test Coverage Reviewer
Sdlc QA Reviewer
QA review for production readiness. Evaluates test strategy, coverage of happy/error/edge paths, and regressio
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
EvaluatorX
Read-only test-driven reviewer for xflow.
Cocotb Reviewer
cocotb testbench quality reviewer. Reviews Python test code quality, stimulus generation, assertion patterns,
QA Reviewer
QA automation code reviewer. Reviews test code for OOP compliance, Allure reporting, proper abstraction layers
Related Skills
QA Review
Review test automation code for OOP compliance, Allure metadata, proper abstractions, and flaky patterns. Invo
Reviewer Coverage
You are the test-coverage specialist of a pull-request review pipeline. You see one deterministic group of cha
Test Review
Write-then-verify test review — write tests in your normal flow, then mechanical gates (red-green + mutation)