yeet▌
openai/skills · updated Apr 8, 2026
yeet
Prerequisites
- Require GitHub CLI
gh. Checkgh --version. If missing, ask the user to installghand stop. - Require authenticated
ghsession. Rungh auth status. If not authenticated, ask the user to rungh auth login(and re-rungh auth status) before continuing.
Naming conventions
- Branch:
codex/{description}when starting from main/master/default. - Commit:
{description}(terse). - PR title:
[codex] {description}summarizing the full diff.
Workflow
- If on main/master/default, create a branch:
git checkout -b "codex/{description}" - Otherwise stay on the current branch.
- Confirm status, then stage everything:
git status -sbthengit add -A. - Commit tersely with the description:
git commit -m "{description}" - Run checks if not already. If checks fail due to missing deps/tools, install dependencies and rerun once.
- Push with tracking:
git push -u origin $(git branch --show-current) - If git push fails due to workflow auth errors, pull from master and retry the push.
- Open a PR and edit title/body to reflect the description and the deltas:
GH_PROMPT_DISABLED=1 GIT_TERMINAL_PROMPT=0 gh pr create --draft --fill --head $(git branch --show-current) - Write the PR description to a temp file with real newlines (e.g. pr-body.md ... EOF) and run pr-body.md to avoid \n-escaped markdown.
- PR description (markdown) must be detailed prose covering the issue, the cause and effect on users, the root cause, the fix, and any tests or checks used to validate.
Ratings
4.8★★★★★53 reviews- ★★★★★Anaya Haddad· Dec 28, 2024
Solid pick for teams standardizing on skills: yeet is focused, and the summary matches what you get after install.
- ★★★★★Sofia Srinivasan· Dec 28, 2024
We added yeet from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Zaid Rao· Dec 20, 2024
I recommend yeet for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Kofi Dixit· Dec 12, 2024
Keeps context tight: yeet is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Maya Bhatia· Nov 19, 2024
yeet reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Diego Harris· Nov 19, 2024
Registry listing for yeet matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Sofia Perez· Nov 19, 2024
yeet fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Diego Garcia· Nov 3, 2024
yeet is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Diego Kim· Oct 22, 2024
Useful defaults in yeet — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Benjamin Torres· Oct 10, 2024
I recommend yeet for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 53