yeet Skill
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (gh). Published by openai in skills.
What is yeet Skill?
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (gh). Published by openai in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use yeet Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/skills
- Skill file: skills/.curated/yeet/SKILL.md
What it does
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (gh).
Skill instructions
Prerequisites - Require GitHub CLI gh. Check gh --version. If missing, ask the user to install gh and stop. - Require authenticated gh session. Run gh auth status. If not authenticated, ask the user to run gh auth login (and re-run gh auth status) before continuing. Naming conventions - Branch: {description} when starting from main/master/default. - Commit: {description} (terse). - PR title: {description} summarizing the full diff. PR template discovery Before creating the PR, resolve the repository root and look for the active GitHub PR template from there: shell reporoot="$(git rev-parse --show-toplevel)" Template candidates, in order: - .github/pullrequesttemplate.md - .github/PULLREQUESTTEMPLATE.md - One .md file under .github/pullrequesttemplate/ - One .md file under .github/PULLREQUESTTEMPLATE/ Use paths as emitted from the repository root, such as .github/pullrequesttemplate.md, not ./.github/pullrequesttemplate.md. If exactly one template is found, read it before composing the
Explore related resources
Frequently asked questions
What is yeet?
yeet is a open-source AI agent skill with Copy skill directory. Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (gh).
Who is yeet best for?
yeet is best for reusing agent instructions, scripts, and references.
How do I install yeet?
Install or run yeet using Copy skill directory. Check yeet for the latest setup command.
Is yeet actively maintained?
yeet may need a closer maintenance check before production use.
Auto-fetched from GitHub.