pr-refiner
Installation
SKILL.md
PR Refiner
Quick Start
Use this skill when the user wants a PR moved from "has feedback" to "ready for the next reviewer action."
First classify the user's intent under the mutation contract. Keep the run scoped to one PR.
Mutation Contract
- Read-only intent:
check,review,status,inspect, or bare$pr-refiner <number-or-url>. Inspect and report without changing local files, git history, the branch, or GitHub state. - Refinement intent:
refine,fix,address, or equivalent explicit action language. Make scoped local edits, run relevant checks, commit, push ordinarily to the existing PR branch, and silently resolve a review thread only after the pushed code demonstrably addresses it. - Separate consent: comments or replies, PR body edits, labels, closing, merging, force-pushing, approvals or request-changes reviews, ambiguous or unverified thread resolution, and the merge, rebase, or rewrite history strategy.
Consent for one mutation class does not authorize another.