# Yeet

> Codex curated GitHub skill for publishing local changes by confirming scope, staging, committing, pushing a branch, and opening a draft pull request.

- Skill: `rycen7822/yeet` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rycen7822/yeet`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rycen7822/yeet/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Rycen7822 (https://skillmd.com/u/rycen7822)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/rycen7822/yeet

---

# yeet
## When to Use
Use when the user explicitly wants the full publish flow from a local checkout: branch setup, staging, commit, push, and opening a draft PR.
## Do Not Use When
Do not use for review-only tasks, CI log debugging, or local cleanup without an explicit publish/push/PR request.
## Required Inputs
Repository path, intended change scope, remote target, branch/base information, gh authentication, and checks to run before publishing.
## Workflow
1. Inspect git status and diff.
2. Confirm intended scope and branch strategy.
3. Stage only approved files and commit.
4. Push the branch and open a draft PR, then report links and checks.

