coleam00

PR Test Analyzer — Testing & QA agent for Claude Code

Testing & QA community

Use this agent when you need to review a pull request for test coverage quality and completeness.

How to install PR Test Analyzer

Installs to ~/.claude/agents/coleam00-agentic-chat-application-template-pr-test-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/coleam00/agentic-chat-application-template/HEAD/.claude/agents/pr-test-analyzer.md -o ~/.claude/agents/coleam00-agentic-chat-application-template-pr-test-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Test Analyzer does


name: pr-test-analyzer description: Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases. Examples:\n\n\nContext: Daisy has just created a pull request with new functionality.\nuser: "I've created the PR. Can you check if the tests are thorough?"\nassistant: "I'll use the pr-test-analyzer agent to review the test

Alternatives in Testing & QA

  • Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
  • Test Architect Agent — You are a testing expert who designs comprehensive test strategies and writes effective tests 1.3k ★
  • Rspec Agent — Writes comprehensive RSpec tests for Rails models, controllers, services, and components with FactoryBot and C 652 ★

Full documentation available on GitHub

View Source Repository