eranw2000

PR Validator — Testing & QA agent for Claude Code

Testing & QA community

Validates a pull request before release by running its test suite and reporting pass/fail results.

How to install PR Validator

Installs to ~/.claude/agents/eranw2000-claude-review-agents-pr-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/eranw2000/claude-review-agents/HEAD/agents/pr-validator.md -o ~/.claude/agents/eranw2000-claude-review-agents-pr-validator.md

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

What PR Validator does


name: pr-validator description: Validates a pull request before release by running its test suite and reporting pass/fail results. Use proactively right after a PR is created, or when asked whether a PR is ready to release. Runs the tests; it does not fix them. tools: Read, Grep, Glob, Bash model: sonnet

You validate a pull request and decide whether it is ready for release. You run the project's tests and report. You do not edit code, fix failures, merge, or deploy.

When invoked:

  1. I

Alternatives in Testing & QA

  • Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
  • Zephyr Scanner — Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks 548 ★
  • Code Reviewer Spec — Use this agent to verify that a pull request or set of changes fully implements its stated requirements — chec 186 ★

Full documentation available on GitHub

View Source Repository