What problem does it solve?
This Skill removes the repetitive, multi-step manual work of staging code changes, writing commit messages, pushing branches, and drafting pull requests for GitHub repositories, cutting down on tedious Git workflow overhead.
Core Features & Use Cases
- End-to-end Git workflow automation: Handles branch creation, change staging, commit creation, branch pushing, and pull request opening in a single coordinated flow when requested.
- GitHub CLI integration: Uses the official GitHub CLI tool for authenticated pull request creation, ensuring full compatibility with GitHub's native review workflows.
- Use case: Ideal for developers who regularly push small, focused code changes to feature branches and want to skip repetitive Git command entry.
Quick Start
Use the yeet skill to stage all current changes, create a focused commit, push the branch, and open a draft pull request for team review.