Test Reviewer banner
bradleygolden bradleygolden

Test Reviewer

Testing & QA community

Description

--- 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: 1. Get current branch: `git branch --show-current` 2. If on `main`: compare `HEAD` vs `origin/main` 3. If on feature branch: compare current branch vs `main` 4. Get changed f

Installation

Terminal
claude install-skill https://github.com/bradleygolden/claude-marketplace-elixir/blob/main/.claude/agents/test-reviewer.md

Full documentation available on GitHub

View Source Repository