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
1 2 3 4 5 6
1Trust8 / 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.

2Reliability8 / 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.

3Adaptability9 / 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.

4Convention7 / 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.

5Effectiveness6 / 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.

6Verifiability3 / 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 does this skill do, and when should you 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.

What are this skill's strengths and limitations?

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 do you install this skill?

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 do you use this skill?

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

Dev & Engineering ✓ OpenAI · Official

GitHub PR Comment Handler

Use GitHub CLI to review and act on comments in the open PR for the current branch.

Automation & Ops ✓ OpenAI · Official

GitHub PR Check Fixer

Diagnoses failed GitHub Actions checks and prepares an approval-gated fix plan.

Automation & Ops ✓ OpenAI · Official

Netlify Deployment Assistant

Connect, preview, and publish web projects on Netlify through the Netlify CLI.

Automation & Ops ✓ OpenAI · Official

Security Ownership Map

Use Git history to reveal who really owns sensitive code and where bus-factor risk is concentrated.

Dev & Engineering ✓ OpenAI · Official

Codex CLI Builder

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

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 Design Implementer

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

Automation & Ops ✓ OpenAI · Official

Security Best Practices Review

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

Automation & Ops ✓ OpenAI · Official

Sentry Production Error Explorer

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

Writing & Content ✓ OpenAI · Official

Audio Transcribe

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

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

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

Dev & Engineering ✓ OpenAI · Official

OpenAI Skills Installer

Install Codex skills from curated catalogs or GitHub repositories.

Automation & Ops ✓ OpenAI · Official

Render Deployment Assistant

Analyze an application and produce a Render deployment path or Blueprint.

Dev & Engineering ✓ OpenAI · Official

Speech Generation

Turn text into reusable spoken audio through the OpenAI Audio API.

Dev & Engineering ✓ OpenAI · Official

Codex Plugin Creator

Scaffold Codex plugins with a standard manifest, optional components, and marketplace metadata.

Dev & Engineering ✓ OpenAI · Official

Codex Migration Assistant

Move Claude Code instructions, skills, agents, and MCP configuration into Codex.

Automation & Ops ✓ OpenAI · Official

Vercel Preview Deploy

Deploy an app or website to Vercel and return its preview link.

Automation & Ops ✓ OpenAI · Official

Cloudflare Deployment Assistant

Guides Cloudflare product selection and deployment for applications and infrastructure.

Dev & Engineering ✓ OpenAI · Official

Codex Agent Skills Catalog

A reusable catalog of discoverable Agent Skills for Codex.

Productivity & Collaboration ✓ OpenAI · Official

Goal Definition Assistant

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

Related skills