yeet

Stage, commit, and create GitHub pull requests via the GitHub CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/olliecrow/codex --skill yeet-olliecrow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yeet
Source: https://github.com/olliecrow/codex/tree/main/skills/yeet
Command: npx skills add https://github.com/olliecrow/codex --skill yeet-olliecrow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire process of staging changes, committing them with a descriptive message, and opening a pull request on GitHub, streamlining your development workflow.

Core Features & Use Cases

  • Automated Git Workflow: Handles branching, staging, committing, and pushing code changes.
  • GitHub Integration: Creates and updates pull requests using the GitHub CLI.
  • Use Case: After completing a feature, you can use this Skill to quickly prepare your code for review by staging all changes, creating a concise commit, and opening a pull request without manual Git commands.

Quick Start

Use the yeet skill to stage all changes, commit them with the message "feat: implement user authentication", and open a pull request.

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 opening a GitHub pull request in one step?

To automate a GitHub pull request, this Skill stages code changes, commits them with a descriptive message, and pushes to a branch. It streamlines the entire git workflow into a single automated process for opening pull requests.

What is the best way to create a draft pull request from my local code changes?

The best way to create a draft pull request is to use an automated workflow that stages your code changes and commits them. This Skill handles draft PR creation via the GitHub CLI, promoting drafts and updating descriptions as needed.

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

Yes, you need the GitHub CLI installed to automate your git workflow and pull requests. This Skill ensures prerequisites like the GitHub CLI are met before handling branching, staging, committing, and opening pull requests.

Can I update an existing pull request instead of creating a new one when pushing code?

Yes, you can update an existing pull request instead of creating a new one when pushing code. This Skill handles both new and existing pull requests, automatically updating descriptions and promoting draft PRs as needed.

Does automated git commit and pull request creation follow specific branch naming conventions?

Yes, automated git commit and pull request creation follows specific branch naming conventions. This Skill enforces specific naming conventions for branches and commits to ensure your code changes are properly staged and reviewed.