What problem does it solve? Publishing local work to GitHub involves many error-prone steps: deciding what to stage, creating a branch, writing a commit, pushing, and opening a pull request. This Skill automates that entire flow while protecting you from accidentally committing unrelated changes. ## Core Features & Use Cases - Scoped Staging: Inspects the working tree and asks which files belong in the PR instead of blindly running git add -A. - Branch and Commit Automation: Creates an agent/{description} branch from the default branch, commits tersely, and pushes with tracking. - Draft PR Creation: Opens a draft pull request via the GitHub connector, falling back to the gh CLI when the connector cannot infer the repository or branch. - Use Case: You finished a bug fix on a mixed working tree. The Skill confirms which files belong to the fix, commits only those, pushes a new branch, and opens a draft PR with a structured description. ## Quick Start Use $yeet to confirm the intended changes, create a focused commit, push it, and open a draft pull request.