git-pr-workflow
Installation
SKILL.md
Git PR Workflow
Prepare PRs that are easy to review, safe to merge, and fully validated.
Required Sequence
- Confirm branch intent and scope.
- Ensure commits are atomic (
git-atomic-commit) and messages are conventional (git-conventional-commit). - Run
git-run-checkson latest branch state. - Rebase or merge mainline according to project policy.
- Push branch and open PR with a concise summary, test evidence, and risk notes.