What problem does it solve?
This skill eliminates the friction of manual Git operations and repetitive PR creation by automating the entire publish flow from local changes to a draft pull request.
Core Features & Use Cases
- Automated PR Lifecycle: Handles branch creation, staging, committing, pushing, and draft PR generation in one cohesive flow.
- Safety-First Staging: Prevents accidental commits by requiring explicit scope confirmation when the working tree contains mixed changes.
- Use Case: When you finish a feature, use this skill to automatically create a branch, commit your work with a clear description, push to origin, and open a draft PR for review without leaving your terminal.
Quick Start
Use the yeet skill to stage my current changes, commit them with a descriptive message, push the branch, and open a draft pull request.