What problem does it solve?
This Skill removes the repetitive friction of turning finished local changes into a shared GitHub pull request, especially when you need branch handling, commit creation, and remote publishing done reliably.
Core Features & Use Cases
- End-to-End Git Workflow: Handles commit creation, push operations, and PR creation as a single coordinated process.
- Branch and PR Management: Detects the repository’s default branch, checks whether a PR already exists, and avoids duplicate PR creation.
- Quality Gate Integration: Verifies workflow quality checks before creating a PR when the repository’s configuration requires it.
- Use Case: A developer finishes a feature, invokes this Skill, and gets a clean commit pushed to the correct branch with a linked pull request ready for review.
Quick Start
Use this Skill when you want your current changes committed, pushed, and turned into a pull request with the appropriate checks and branch handling applied automatically.