What problem does it solve?
Staging, committing, pushing, and opening a pull request across feature branches typically requires several manual steps and toggling between tools. This skill consolidates the flow into a single, repeatable pattern powered by the GitHub CLI, reducing context-switching and errors.
Core Features & Use Cases
- Single-flow PR creation: Stage changes, commit with a concise message, push to origin, and open a pull request using gh.
- Guidance and guardrails: Enforces authentication prerequisites and branch naming conventions to keep workflows consistent.
- Use cases: Ideal for frequent feature work, quick PR turnarounds, and teams that want predictable PR descriptions and statuses.
Quick Start
Instruct the AI to create a new branch, commit with a concise message, push to origin, and open a PR using the GitHub CLI.