#What it does
The yeet skill prepares a branch for review by staging intended changes, writing a focused commit message, and opening a pull request -- all in one step. It analyzes your changes, produces a descriptive commit message, and creates a well-structured PR with title, description, and test plan.
#How to use
bash
$yeetPrepare this branch for review: stage intended changes, write a focused commit, and open a PR.
#Workflow
- Analyze changes -- Review staged and unstaged changes
- Stage files -- Add intended changes to the staging area
- Write commit -- Generate a focused, descriptive commit message
- Open PR -- Create a pull request with title, description, and test plan
#What it produces
- A clean commit with a descriptive message
- A PR with a clear title and description
- A test plan outlining how to verify the changes
This skill is from the OpenAI Skills Catalog.