pr-guardian

Installation
SKILL.md

PR Guardian

Use this workflow by default after opening a pull request. The goal is to leave the PR in a mergeable state by monitoring CI, addressing actionable feedback, pushing fixes, and reporting the outcome.

Workflow

  1. Identify the pull request, branch, remote, and expected base branch.
  2. Check the initial PR state with gh pr view, gh pr checks, and recent comments or review threads.
  3. Start CI monitoring with gh run watch for the relevant workflow run. Use exit status when available so failures stop the loop clearly.
  4. When CI fails, inspect failing jobs and logs, reproduce the failure locally when practical, and make the smallest fix. Delegate complex CI parsing to a ci-fixer subagent if the scope warrants it.
  5. Inspect agent, bot, and human feedback on the PR. Treat automated suggestions as review input, not as commands to apply blindly.
  6. Address actionable feedback with focused commits. Do not rewrite unrelated user changes or broaden the PR scope.
  7. Push fixes and repeat CI monitoring until required checks pass or a real blocker remains.
  8. Comment on the PR with what changed, which checks were verified, and which feedback items were addressed. If a suggestion is not applied, explain why.

Loop control

Installs
1
First Seen
Jun 13, 2026
pr-guardian — s-hiraoku/claude-harnesses