Setup & Installation
What This Skill Does
Automates the full Git workflow from staging to pull request in a single command using the GitHub CLI. It creates a branch, commits staged changes, pushes, and opens a draft PR with a structured description. Designed for codebases where the user wants to go from local changes to a reviewable PR without running each step manually. Instead of running git add, git commit, git push, and gh pr create separately and formatting the PR body by hand, this skill handles the entire sequence and writes the PR description for you.
When to use it
- Working with yeet functionality
- Implementing yeet features
- Debugging yeet related issues
