Dev & Engineering ✓ OpenAI · Official gitgithub-clipull-requestbranchingcommitcode-review

Yeet GitHub PR Flow

A controlled workflow for staging, committing, pushing, and opening a GitHub pull request in one request.

FollowSkills review · FSRS-2.0
Not recommended
41/ 100 5-point scale 2.1 / 5
Trust8 / 25 · 1.6/5

The skill requires an explicit user request and checks gh authentication, providing basic scope control; however, it unconditionally performs git add -A, commit, push, and PR creation without stepwise confirmation, sensitive-change review, rollback guidance, or adequate disclosure of external effects from pushing and dependency installation, so substantial points are deducted.

Reliability8 / 20 · 2.0/5

The workflow is generally coherent and includes prerequisites, template discovery, and existing-PR checks; however, there is no test suite or key-path reproduction evidence, the checks to run are unspecified, dependency installation can alter the environment, and pulling from master after a push failure may introduce unexpected changes. Static scoring is therefore limited.

Adaptability9 / 15 · 3.0/5

The trigger and intended GitHub workflow are clear, and the skill is explicitly restricted to a user-requested end-to-end flow; however, non-fit cases, confirmation boundaries, and behavior outside GitHub or gh environments are not well defined. Dependence on GitHub CLI and GitHub network services may also reduce reachability for mainland-China users.

Convention7 / 15 · 2.3/5

The documentation is readable and layered, covering prerequisites, naming, templates, workflow, titles, and PR-body rules, and it notes that the repository is deprecated; however, the skill's license, version, changelog, maintenance owner, and update path are not clear, and installation/resource documentation is incomplete.

Effectiveness6 / 15 · 2.0/5

The text plausibly covers staging, committing, pushing, and creating or updating a PR, including template handling and existing-PR preservation; however, no representative output, successful result, or behavioral evidence is provided. Automatic staging and retry behavior may require substantial manual review, limiting the static effectiveness score.

Verifiability3 / 10 · 1.5/5

The skill provides concrete commands, flags, and branching conditions, making the intended process auditable; however, there is no committed test suite, CI evidence, third-party execution evidence, or corroborating source material, so higher verifiability cannot be justified.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 49f948faa925
Before you use it
  • Review git status and the full diff before execution; git add -A may include unintended files or sensitive information.
  • Push, pull, and PR creation change external repository state, but the skill does not define stepwise confirmation or rollback procedures.
  • GitHub CLI, GitHub authentication, and network reachability are hard dependencies and may affect mainland-China usability.
  • The repository is marked deprecated, so ongoing maintenance and compatibility should be confirmed separately.
Review evidence [1][2][3][4]
See the full review method →

What it does & when to use it

Yeet is a GitHub CLI-oriented workflow skill for GitHub pull requests. It runs only when the user explicitly asks for staging, committing, pushing, and opening a pull request as one flow. It checks GitHub CLI availability and authentication, handles branches and commits, runs checks, discovers PR templates, and creates or updates the relevant PR. The skill is part of the deprecated openai/skills catalog, whose README directs users to the OpenAI Plugins repository for current examples.

Checks gh --version and gh auth status; creates a description-named branch when starting from the default branch; runs git status -sb, git add -A, and a description-named commit; runs checks when needed; pushes the current branch with tracking; discovers PR templates from the repository root; checks whether the current branch already has a PR; updates an existing PR or creates a new draft PR; and edits the PR title and body to match the actual net diff.

  1. A developer has finished a GitHub change and explicitly wants the current workspace taken through PR creation.
  2. A team member wants the same description reused for the branch, commit, and PR subject.
  3. A maintainer needs the repository's active PR template read before a PR is created.
  4. An existing PR author wants subsequent changes applied to the current branch's PR instead of opening another PR.

Pros & cons

Pros
  • Covers the workflow from Git status confirmation through PR creation or update.
  • Discovers and reads an applicable PR template from the repository root.
  • Updates an existing PR in place and preserves its draft or ready-for-review state.
  • Requires the final PR title and body to reflect the actual net diff.
Limitations
  • It is scoped to an explicitly requested end-to-end GitHub PR flow, not ordinary commit or push assistance.
  • It depends on GitHub CLI, Git, and an authenticated GitHub session.
  • It stops before PR creation when multiple templates are found and asks the user to choose.
  • The source does not provide a test suite, platform coverage, or standalone license evidence.
  • The repository README states that the repository is deprecated.

How to install

The skill is located at skills/.curated/yeet/. In Codex, install it with $skill-installer yeet; restart Codex afterward so it can load the skill. The README does not document another installation method or a standalone license.

How to use

Trigger it only with an explicit request for the complete flow, such as: “Use GitHub CLI to stage and commit the current changes, push them, and open a draft pull request.” gh must be installed and authenticated through gh auth login; if a prerequisite check fails, the workflow asks for remediation and stops.

FAQ

What permissions does Yeet require?
It requires an available GitHub CLI authenticated according to `gh auth status`, plus permission to perform Git operations, push the branch, and create or edit pull requests.
What happens if GitHub CLI is missing?
The skill asks the user to install `gh` and stops without continuing the workflow.
Will it convert an existing PR back to draft?
No. Existing PRs are updated in place while preserving their current review state; only newly created PRs start as drafts.
Does this skill have its own license?
The supplied repository metadata lists the license as unknown. The README says to inspect `LICENSE.txt` inside the individual skill directory, but that file's contents were not provided here.

More skills from this repository

All from openai/skills

Productivity & Collaboration ✓ OpenAI · Official

Goal Definition Assistant

Turn vague intentions into measurable, verifiable goals with clear scope and stopping conditions.

Dev & Engineering ✓ OpenAI · Official

Codex CLI Builder

Turn APIs, scripts, and existing tools into durable, composable command-line interfaces.

Design & Frontend ✓ OpenAI · Official

Codex Image Studio

Generate and edit production-ready raster assets for projects.

Dev & Engineering ✓ OpenAI · Official

OpenAI Developer Docs Assistant

Current, official guidance for building with OpenAI products, APIs, and Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, writing, validating, and iterating reusable Codex skills.

Dev & Engineering ✓ OpenAI · Official

ASP.NET Core Engineering Guide

Guides developers through building, reviewing, and upgrading ASP.NET Core apps.

Dev & Engineering ✓ OpenAI · Official

ChatGPT Apps Builder

Build documented ChatGPT apps that pair an MCP server with a widget UI.

Design & Frontend ✓ OpenAI · Official

Figma Code Connect Mapper

Link Figma components to their code implementations for traceable design-code consistency.

Design & Frontend ✓ OpenAI · Official

Figma Blank File Creator

Create a blank Figma Design or FigJam file in the selected drafts folder.

Design & Frontend ✓ OpenAI · Official

Figma Design Implementer

Turn Figma specifications into production-ready frontend code with verifiable visual fidelity.

Dev & Engineering ✓ OpenAI · Official

Playwright Browser Automation Skill

Drive a real browser from the terminal for web interaction, extraction, and UI debugging.

Automation & Ops ✓ OpenAI · Official

Security Best Practices Review

Security review and secure-by-default guidance for Python, JavaScript/TypeScript, and Go projects.

Design & Frontend ✓ OpenAI · Official

Hatch Pet Animation Workshop

Turn character or brand cues into validated, packageable Codex animated pets.

Productivity & Collaboration ✓ OpenAI · Official

Linear Workflow Manager

Manage Linear tickets, projects, and team workflows directly through Codex.

Automation & Ops ✓ OpenAI · Official

Repository Threat Modeler

Builds evidence-grounded, actionable AppSec threat models for code repositories.

Automation & Ops ✓ OpenAI · Official

Sentry Production Error Explorer

Inspect Sentry issues, events, and basic production health through the Sentry CLI.

Design & Frontend ✓ OpenAI · Official

Figma Design System Rules Builder

Generates project-specific rules for consistent Figma-to-code implementation.

Writing & Content ✓ OpenAI · Official

Audio Transcribe

Turn audio or video speech into text with optional speaker labels.

Design & Frontend ✓ OpenAI · Official

Figma Design System Builder

Build and validate a professional Figma design system from code.

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

Fetch Figma design context and turn selected nodes into production code.

Related skills