yeet

Automate Git staging, committing, and GitHub pull request creation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the friction of manual Git operations by consolidating staging, committing, and opening GitHub pull requests into a single, automated, and standardized workflow.

Core Features & Use Cases

  • Unified Workflow: Automatically stages changes, creates a focused commit, and opens a draft PR using the GitHub CLI.
  • Template Awareness: Automatically detects and applies repository-specific GitHub PR templates to ensure consistent documentation.
  • Use Case: When you finish a feature, use this Skill to instantly push your branch and open a draft PR that follows your team's specific contribution guidelines without leaving your terminal.

Quick Start

Use the yeet skill to stage all changes, commit them with a descriptive message, and open a new draft pull request on GitHub.

Frequently Asked Questions about yeet

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

FAQPage Schema
How do I automate git staging, committing, and pull request creation in one step?

Automating git staging, committing, and pull request creation requires a unified workflow tool that chains these operations via the GitHub CLI. This Skill stages changes, commits them, and opens a draft PR automatically, streamlining the end-to-end process without manual terminal commands.

Can I automatically apply GitHub PR templates when opening a pull request from the CLI?

Yes, you can apply GitHub PR templates when opening a pull request from the CLI. This Skill automatically detects repository-specific PR templates and applies them during draft PR creation, ensuring consistent documentation that follows your team's contribution guidelines.

Do I need the GitHub CLI authenticated to automate branch management and PR submission?

Yes, authenticated GitHub CLI access is required to automate branch management and PR submission. This Skill integrates directly with the GitHub CLI to execute branch management and PR submission tasks, requiring standard Git environment configuration to function properly.

What's the best way to streamline a standardized development workflow for opening draft PRs?

The best way to streamline a standardized development workflow for opening draft PRs is using an automation Skill that consolidates staging, committing, and PR creation. It pushes your branch and opens a draft PR applying local repository PR templates instantly.

Does this automated pull request workflow work with standard Git environment configurations?

This automated pull request workflow works with standard Git environment configurations. It requires standard Git environment configuration and authenticated GitHub CLI access to execute branch management and PR submission tasks within your local repository.

Why use an automated CLI workflow instead of manual Git operations for feature submissions?

Using an automated CLI workflow instead of manual Git operations solves the friction of manual staging and committing. It consolidates these steps into a single automated process, opening a standardized draft PR instantly without leaving your terminal.