What problem does it solve?
This Skill streamlines the multi-step Git workflow of staging changes, creating a concise commit, pushing a branch, and opening a GitHub pull request so users can create review-ready PRs quickly and consistently.
Core Features & Use Cases
- Single-flow PR creation: Coordinates branch creation, staging, committing, pushing, and PR opening using the GitHub CLI.
- Consistency and conventions: Enforces branch and commit naming conventions (branch: codex/{description}, commit: {description}, PR title: [codex] {description}).
- Use Case: Ideal for developers who want an automated, repeatable flow to prepare and open a draft PR after making a focused change without manually running each Git and gh command.
Quick Start
Run the yeet skill to stage all changes, commit with a terse description, push the branch with tracking, and open a draft PR via the GitHub CLI.