fix-prlisted
Install: claude install-skill proxynico/nicopowers
# Fix PR
Repair an existing unhealthy pull request without broadening its approved
scope. Work from current evidence and repeat the repair loop until the pull
request is ready for review or an external blocker is proved.
## Confirm Scope and Health
Fix PR automatically activates only when the scoped work targets an existing
pull request that is unhealthy. An unhealthy pull request has at least one of
these proved states: failed relevant CI, actionable review feedback, a merge
conflict, or a proved specification gap.
Inspect the live pull request, its base and head, relevant check results and
logs, unresolved review threads, conflict state, and approved specification or
plan. When no pull request exists, Fix PR does not activate. When the pull
request is healthy, Fix PR does not activate; return to the workflow that owns
the requested work.
## Classify Every Problem
Classify current evidence before editing. A pull request can have more than one
class; keep each repair scoped to its owner.
1. **Failed relevant CI** — find the root cause. **REQUIRED SUB-SKILL:** Use
`nicopowers:systematic-debugging`.
2. **Actionable review feedback** — verify the suggestion against repository
reality before changing code. **REQUIRED SUB-SKILL:** Use
`nicopowers:receiving-code-review`. Never blindly implement review feedback.
3. **Merge conflict** — recover both changes' original intent and do not invent
conflict behavior. **REQUIRED SUB-SKILL:** Use
`nicopowers:resolving-me