yeet

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

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/spandios/vibe-utils --skill yeet-spandios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yeet
Source: https://github.com/spandios/vibe-utils/tree/main/skills/yeet
Command: npx skills add https://github.com/spandios/vibe-utils --skill yeet-spandios

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of staging, committing, and opening a GitHub pull request, automating a common development workflow.

Core Features & Use Cases

  • Automated Git Operations: Stages all changes, creates a concise commit, and pushes to a new branch.
  • GitHub CLI Integration: Opens a draft pull request using the GitHub CLI for immediate review.
  • Use Case: After making several related code changes, you can use this Skill to quickly prepare them for review without manually typing multiple Git and GitHub CLI commands.

Quick Start

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

Frequently Asked Questions about yeet

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

FAQPage Schema
How do I stage, commit, and create a pull request in one step?

To stage, commit, and create a pull request in one step, this Skill automates the entire workflow by staging all changes, creating a concise commit, pushing to a new branch, and opening a draft PR via the GitHub CLI.

Do I need the GitHub CLI installed to automate opening a pull request from a feature branch?

Yes, creating a draft pull request from a feature branch requires the GitHub CLI (gh) to be installed and authenticated in your environment to execute the PR creation commands.

What is the best way to automate git operations for code changes before review?

The best way to automate git operations for code changes is to use a workflow that stages all modifications, commits them with a concise message, pushes to a new branch, and opens a draft pull request for immediate review.

Can I open a draft pull request automatically after committing changes?

Yes, you can open a draft pull request automatically after committing changes by leveraging GitHub CLI integration within an automated development workflow script.

Does this automated git workflow support creating draft PRs from feature branches?

Yes, this automated git workflow supports creating draft PRs directly from feature branches by utilizing the authenticated GitHub CLI to push the new branch and open the pull request.