yeet

Automate Git staging, commits, pushes, and pull requests via GitHub CLI.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Avi977/ace-claude-toolkit --skill yeet-avi977
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yeet
Source: https://github.com/Avi977/ace-claude-toolkit/tree/main/skills/yeet
Command: npx skills add https://github.com/Avi977/ace-claude-toolkit --skill yeet-avi977

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Staging, committing, pushing, and opening a pull request can be error-prone and repetitive. This skill streamlines a multi-step Git workflow into a single, reliable flow when using the GitHub CLI.

Core Features & Use Cases

  • Automates branch creation, staged commits, and PR initiation using gh.
  • Ensures consistent commit messages and PR titles to improve code review clarity.
  • Use Case: A developer wants to submit a feature branch quickly after implementing changes, wiring the steps from local edits to a PR in one command sequence.

Quick Start

Instruct the assistant to run gh to create a new branch, stage changes, commit with a concise message, push, 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 a git pull request workflow with the GitHub CLI?▼

Automating a git pull request workflow with the GitHub CLI involves scripting branch creation, staging, committing, and pushing to open a PR in one flow. This streamlines multi-step git operations into a single, reliable command sequence.

What's the best way to create a feature branch and open a PR in one step?▼

Creating a feature branch and opening a PR in one step is achieved by chaining GitHub CLI commands. This enforces consistent branch naming, concise commit messages, and clear PR titles, reducing repetitive manual errors during code submissions.

Do I need gh installed and authenticated to automate pull requests?▼

Yes, you need the GitHub CLI (gh) installed and authenticated to automate pull requests. The workflow relies entirely on gh to execute branch creation, push local commits, and initiate pull requests across your repositories.

Can I use an automated git workflow for both feature branches and hotfixes?▼

Yes, you can use an automated git workflow for both feature branches and hotfixes. It applies a conventional branch naming scheme and enforces concise commit messages, ensuring streamlined PR workflows across various collaborative review scenarios.

Why does my automated GitHub PR workflow enforce concise commit messages?▼

An automated GitHub PR workflow enforces concise commit messages to improve code review clarity. By standardizing commit messages and PR titles, the workflow ensures reviewers can quickly understand the context and purpose of submitted changes.

What are the limitations of using gh for a one-flow pull request?▼

A limitation of using gh for a one-flow pull request is the strict reliance on the GitHub CLI being properly installed and authenticated. It also mandates a conventional branch naming scheme, which may require adapting existing non-standard branch workflows.