Git PR Workflow
Installation
SKILL.md
Git PR Workflow
A repeatable, disciplined workflow for turning work-in-progress code into a clean pull request ready for review. Covers branch hygiene, commit quality, and PR description best practices.
When to Activate
Activate this skill when:
- You've finished a feature or fix and are ready to open a PR
- You need to prepare a branch for code review
- You want to ensure your PR passes CI before review
Workflow
Phase 1: Branch & Commit Hygiene
Clean up the branch before opening the PR.