What problem does it solve?
This Skill prevents risky code changes, unclear ownership, stale reviews, and untraceable merges by enforcing a disciplined Git and pull request lifecycle.
Core Features & Use Cases
- Branch and Worktree Safety: Establishes the correct base branch, ticket, worktree, and dirty-tree state before changes begin.
- Review and Merge Controls: Keeps commits coherent, assigns review ownership, requires current checks and evidence, and prevents self-approval or merging with unknown results.
- Conflict and Release Management: Resolves conflicts using both sides and governing specifications, while recording merge commits, release tags, rollback paths, and verification evidence.
- Use Case: Apply the Skill when an agent is implementing a feature, preparing a pull request, resolving a conflict, or promoting a reviewed change to a release branch.
Quick Start
Use the git-pr-strategy skill to prepare the current change for review, verify its branch and worktree context, and document the required merge or rollback evidence.