yeet: Official OpenAI Skill, Run stage → commit → push → Create PR in one sentence
yeet is a curated Agent Skill maintained by OpenAI in the openai/skills repository. It only uses the GitHub CLI to complete git add, commit, push and create or update a Pull Request in one go when the user explicitly requests it. This article verifies its workflow based on the official SKILL.md: automatically creating a branch from the default branch, perceiving PR templates, avoiding duplicate PRs, and creating new PRs as Drafts. It also explains the installation methods and typical trigger phrases in Codex and Cursor. It is suitable for GitHub developers who want to hand over the final mile of Git release to AI Agents.
Read More