Skip to content
/yeetOfficial

Stage changes, write a focused commit, and open a PR in one command for fast shipping.

GitGitHubWorkflowProductivityΒ· 1 min read

Quick import: Download the .md file and save it to .claude/commands/ (Claude Code), .cursorrules (Cursor), or paste as a system prompt in ChatGPT, Gemini, or any LLM API.

#What it does

The yeet skill prepares a branch for review by staging intended changes, writing a focused commit message, and opening a pull request -- all in one step. It analyzes your changes, produces a descriptive commit message, and creates a well-structured PR with title, description, and test plan.

#How to use

bash
$yeet
Prepare this branch for review: stage intended changes, write a focused commit, and open a PR.

#Workflow

  1. Analyze changes -- Review staged and unstaged changes
  2. Stage files -- Add intended changes to the staging area
  3. Write commit -- Generate a focused, descriptive commit message
  4. Open PR -- Create a pull request with title, description, and test plan

#What it produces

  • A clean commit with a descriptive message
  • A PR with a clear title and description
  • A test plan outlining how to verify the changes

This skill is from the OpenAI Skills Catalog.

OpenAIΒ·
View all skills