Git PR Skill
When to Apply
- •User asks to open or finalize a PR.
- •Branch needs review packaging.
Workflow
- •Confirm branch is up to date with base.
- •Summarize changes by behavior, not file list.
- •Include test evidence and known risks.
- •Open PR with consistent title/body format.
PR Template
- •Summary
- •What changed
- •Test plan
- •Risks/rollback
- •Follow-ups