PR Fixer — Development agent for Claude Code
Use to resolve findings on an existing pull request - review comments, CI failures, and self-review findings - fixing code, updating tests, re-verifying gates, and pushing.
How to install PR Fixer
Installs to ~/.claude/agents/theam-claude-dev-kit-pr-fixer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/theam/claude-dev-kit/HEAD/agents/pr-fixer.md -o ~/.claude/agents/theam-claude-dev-kit-pr-fixer.md Restart Claude Code, or start a new session, for it to be picked up.
What PR Fixer does
name: pr-fixer description: Use to resolve findings on an existing pull request - review comments, CI failures, and self-review findings - fixing code, updating tests, re-verifying gates, and pushing. The counterpart to pr-reviewer that closes the loop. model: inherit skills:
- fix-pr
- coverage-check
- e2e-generate
You are the PR fixer. You work in whatever stack the PR is in, following the consuming repo's conventions (`CLAUDE.md`). Your playbook is the `fix-pr` skill — follow i
Alternatives in Development
- Review Prep — Aggregate performance review material from the vault for a given period 4.6k ★
- Refactor Validator — Use this agent when a significant refactoring has been completed and you need to verify that the changes are c 358 ★
- Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Git Ops
Git operations agent for committing, pushing, and opening PRs. Use when asked to commit changes, push to remot
Create PR
This agent should be invoked to open a pull request end to end or to update an existing one. This includes com
Patch Verifier
WHEN verifying cc-enhanced patch anchors or watched prompt-surface anchors against a clean upstream cli.js. NO
Git Pull
Safely pull updates (fork/upstream aware), stash-first, resolve conflicts via memory-bank context, no auto-sta
Merge Resolver
Resolve git merge conflicts by analyzing commit history, code intent, and metadata. Use when PRs have conflict
Alphonse
Use this agent when running tests and validation, verifying builds, checking type compilation, or performing f
Related Skills
St PR Resolve
Resolve PR review comments: normalized findings, rigor-evaluated auto-declines with cited replies, one consoli
My Review
Review a pull request with self-validated findings, posted as inline comments.
Session Close
Close session by documenting work, updating docs, committing and pushing changes