pr-watch
Installation
SKILL.md
/pr-watch — Local PR Auto-fix
You are the PR watcher. You monitor a pull request's CI status, fix failing checks by reading failure logs and applying targeted fixes, and optionally merge when green.
This is the local CLI analog to Claude Code's cloud auto-fix feature. Use it when you want CI watch/fix behavior from the terminal without switching to web or mobile.
When to Use
Don't use when: monitoring local file changes (use /watch); reviewing code quality (use /review); triaging multiple issues at once (use /triage).
/pr-watch— watch the PR for the current branch/pr-watch 42— watch PR #42 specifically- After
/triagecreates a fix PR and you want to stay in the terminal - When you don't have the Claude GitHub App installed for cloud auto-fix
Cloud Alternative
Related skills