yeet

Stage, commit, and open a GitHub pull request using Git and the GitHub CLI.

4|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/heyzude/skills_for_codex --skill yeet-heyzude
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yeet
Source: https://github.com/heyzude/skills_for_codex/tree/main/skills_by_openai/yeet
Command: npx skills add https://github.com/heyzude/skills_for_codex --skill yeet-heyzude

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of preparing code changes for review by automating the staging, committing, and opening of a GitHub pull request.

Core Features & Use Cases

  • Automated Git Workflow: Handles branching, committing, and pushing code changes.
  • GitHub CLI Integration: Leverages the gh tool to create draft pull requests.
  • Use Case: After making several related code modifications, you can use this Skill to quickly get them ready for a code review without manually executing each Git command and gh subcommand.

Quick Start

Use the yeet skill to stage, commit, and open a pull request for the current changes.

Frequently Asked Questions about yeet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate staging, committing, and creating a GitHub pull request at the same time?▼

You can automate staging, committing, and creating a GitHub pull request simultaneously by using a workflow tool that executes Git commands and integrates with the GitHub CLI to open draft PRs automatically.

Can I open a GitHub pull request directly from the command line after committing code changes?▼

Yes, you can open a GitHub pull request from the command line by leveraging the GitHub CLI (`gh`) to push your committed code changes and instantly create a draft pull request for review.

Do I need the GitHub CLI installed to automate my git workflow and pull requests?▼

Yes, you need the GitHub CLI (`gh`) installed and authenticated to automate your git workflow, as it is required to handle the pull request creation directly from your command line environment.

What is the best way to streamline code review preparation for multiple related code modifications?▼

The best way to streamline code review preparation is to use an automated git workflow that stages related code modifications, commits them, and opens a draft pull request in a single action.

Does this automated pull request process handle creating a new branch before pushing code changes?▼

Yes, the automated git workflow handles branching, committing, and pushing code changes before interfacing with the GitHub CLI to finalize the pull request for your code review.