github-pr-workflow
Installation
SKILL.md
GitHub PR Workflow
Purpose
- Keep pull requests reviewable and easy to merge safely.
- Separate implementation from presentation and merge hygiene.
- Make reviewer intent clear through titles, descriptions, and test plans.
- Reduce merge friction by handling updates systematically.
- Preserve traceability between issue, code, and validation.
Activation Signals
- Use this skill when opening a new branch for changes.
- Use this skill when preparing a PR for review.
- Use this skill when updating a PR after feedback.
- Use this skill when turning a draft into a merge-ready PR.
- Use this skill when planning labels, reviewers, and merge strategy.