What problem does it solve?
This Skill solves the friction of manual Git operations by consolidating staging, committing, and opening GitHub pull requests into a single, automated, and standardized workflow.
Core Features & Use Cases
- Unified Workflow: Automatically stages changes, creates a focused commit, and opens a draft PR using the GitHub CLI.
- Template Awareness: Automatically detects and applies repository-specific GitHub PR templates to ensure consistent documentation.
- Use Case: When you finish a feature, use this Skill to instantly push your branch and open a draft PR that follows your team's specific contribution guidelines without leaving your terminal.
Quick Start
Use the yeet skill to stage all changes, commit them with a descriptive message, and open a new draft pull request on GitHub.