What problem does it solve?
Branch and merge workflows are manual, error-prone, and slow; this skill standardizes pre-flight checks, branch hygiene, and PR generation to accelerate shipping changes reliably.
Core Features & Use Cases
- Pre-flight checks: run lint/build if present and halt on failures.
- Dirty-tree guard: detect unrelated WIP changes and prompt for handling.
- Branching & PR workflow: create feature branches, commit with descriptive messages, push, and open PRs with proper references.
- CI integration: wait for checks and provide status, with safe rollback guidance.
Quick Start
Ship the current changes by performing pre-flight checks, reviewing git status, creating a feature branch, committing with a descriptive message, pushing to origin, and opening a PR with appropriate Closes notes.