yeet

Publish local Git changes to GitHub with staged commits and a draft PR.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill yeet-jetteim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yeet
Source: https://github.com/jetteim/platform-workstation-bootstrap/tree/main/agents/skills/plugins/github/yeet
Command: npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill yeet-jetteim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a guided, safe workflow to publish local Git changes to GitHub, ensuring scope confirmation, atomic commits, correct branch handling, and draft PR creation through the GitHub app, reducing manual steps and potential mistakes.

Core Features & Use Cases

  • Guided publish workflow: confirm scope, stage changes, commit with a focused message, push to the remote, and open a draft PR.
  • Primary PR flow via the GitHub app; fallback to gh CLI when the app path cannot infer repository or head branch.
  • Guardrails include authentication checks, branch management, and explicit user confirmation before key actions.

Quick Start

Use the yeet skill to publish your current local changes by following the guided flow to stage, commit, push, and open a draft PR.

Frequently Asked Questions about yeet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish local git changes to GitHub and open a draft PR?

To publish local git changes to GitHub and open a draft PR, you need to stage your commits, push them to the remote repository, and then create a draft pull request. A guided workflow ensures safe scope confirmation and branch handling.

What's the safest way to create a draft PR from a subset of local changes?

The safest way to create a draft PR from a subset of local changes is to use a guided workflow that includes explicit user confirmation for scope and stage actions. This ensures atomic commits and correct branch management before pushing.

Do I need the gh CLI to create a draft PR from my local branch?

You do not strictly need the gh CLI to create a draft PR, as the GitHub App serves as the primary path. However, gh CLI is used as a fallback for repository discovery and PR creation when the app path cannot infer the head branch.

How does a guided git workflow handle branch management before pushing to GitHub?

A guided git workflow handles branch management by checking authentication sessions and confirming the target branch before pushing. It ensures your local commits are staged correctly and pushed safely to the remote repository.

Why use a draft PR for publishing local commits to GitHub?

Using a draft PR for publishing local commits to GitHub indicates work in progress and prevents premature reviews. It allows you to safely push a subset of staged changes while keeping the branch management and commit scope explicitly confirmed.