pr-fix
Installation
SKILL.md
PR Fix Skill
Purpose
Full triage, fix, and pre-flight for a PR. Diagnoses all issues (merge conflicts, CI failures, bot comments, review requests), fixes them, enforces /pre-commit before pushing, then hands off to /pr-merge for the actual merge and post-merge workflow.
Usage
/pr-fix <pr-number>
Relationship with other skills:
/pr-fix= triage problems + fix them + pre-flight validation (you stay on the PR branch)/pr-merge= validate readiness + execute merge + post-merge workflow (docs, milestone, release)- Use
/pr-fixfirst when you know there are issues. Use/pr-mergewhen you expect the PR is ready.