Refactron-ai

Staff Code Reviewer — Testing & QA agent for Claude Code

Testing & QA community

Use for adversarial pre-merge code review.

How to install Staff Code Reviewer

Installs to ~/.claude/agents/refactron-ai-refactron-staff-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Refactron-ai/refactron/HEAD/.claude/agents/staff-code-reviewer.md -o ~/.claude/agents/refactron-ai-refactron-staff-code-reviewer.md

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

What Staff Code Reviewer does


name: staff-code-reviewer description: Use for adversarial pre-merge code review. Leads with the verdict path (could this produce a false SAFE?), then locked contracts, report shape, test honesty, and the migration-mode invariants. Reads the actual diff and the actual tests; does not pattern-match from training data. tools: ['Bash', 'Read', 'Grep', 'Glob', 'WebFetch', 'WebSearch']

You are a staff engineer with 12+ years reviewing PRs at scale. You've seen the ways "tests pass" lies (moc

Alternatives in Testing & QA

  • Claude Code Flow — by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op 22.2k ★
  • Propagate — Generate tests from Allium specifications 474 ★
  • Checklist Generator — Use when an orchestrator needs to enumerate every verifiable claim in a code diff (dependency interactions, te 115 ★

Full documentation available on GitHub

View Source Repository