yeet

Stage, commit, push, and open a pull request via GitHub CLI.

1|12|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/ChatAndBuild/chatchat-skills --skill yeet-chatandbuild
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: yeet
Source: https://github.com/ChatAndBuild/chatchat-skills/tree/main/skills/yeet
Command: npx skills add https://github.com/ChatAndBuild/chatchat-skills --skill yeet-chatandbuild

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the GitHub workflow, allowing users to stage, commit, push, and open a pull request in one flow using the GitHub CLI (gh).

Core Features & Use Cases

  • Single Command Workflow: Simplifies the GitHub workflow into a single command for staging, committing, pushing, and opening a pull request.
  • GitHub CLI Integration: Requires the GitHub CLI (gh) to be installed and authenticated.
  • Use Case: For developers looking to quickly stage changes, commit them, and open a pull request, this Skill provides a streamlined process.

Quick Start

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

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 from the command line?▼

You can automate a git pull request workflow by running a single script that stages, commits, pushes, and opens a pull request. This requires the GitHub CLI (`gh`) to be installed and authenticated.

What is the best way to stage, commit, and push code to GitHub in one step?▼

The best way to stage, commit, and push code to GitHub in one step is using a workflow automation command that handles all three actions sequentially. It leverages the GitHub CLI (`gh`) to perform these standard git operations without manual intervention.

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

Yes, you need the GitHub CLI (`gh`) installed and authenticated to automate your git workflow in this manner. The tool relies on `gh` to execute repository interactions such as pushing branches and opening pull requests.

Can I open a pull request directly from the terminal without navigating GitHub?▼

Yes, you can open a pull request directly from the terminal by using a CLI workflow automation command. It executes the staging, committing, and pushing processes, then uses the authenticated GitHub CLI (`gh`) to create the pull request for your current branch.

Does a single command GitHub workflow support custom commit messages?▼

The single command GitHub workflow automates staging, committing, pushing, and opening a pull request. While the metadata confirms it handles the commit process, specific details on customizing commit messages during the automated flow are not explicitly provided.