theam

PR Fixer — Development agent for Claude Code

Development community

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

Terminal
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 Repository