yeet

Automate Git staging, commits, branch pushes, and pull requests for GitHub.

28|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/ma08/botfiles --skill yeet-ma08
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yeet
Source: https://github.com/ma08/botfiles/tree/main/codex/skills/yeet
Command: npx skills add https://github.com/ma08/botfiles --skill yeet-ma08

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the repetitive, multi-step manual work of staging code changes, writing commit messages, pushing branches, and drafting pull requests for GitHub repositories, cutting down on tedious Git workflow overhead.

Core Features & Use Cases

  • End-to-end Git workflow automation: Handles branch creation, change staging, commit creation, branch pushing, and pull request opening in a single coordinated flow when requested.
  • GitHub CLI integration: Uses the official GitHub CLI tool for authenticated pull request creation, ensuring full compatibility with GitHub's native review workflows.
  • Use case: Ideal for developers who regularly push small, focused code changes to feature branches and want to skip repetitive Git command entry.

Quick Start

Use the yeet skill to stage all current changes, create a focused commit, push the branch, and open a draft pull request for team review.

Frequently Asked Questions about yeet

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

FAQPage Schema
How do I automate git commit and GitHub pull request creation in a single flow?

To automate git commit and GitHub pull request creation, you can use a workflow automation skill that stages changes, creates a focused commit, pushes the branch, and opens a draft pull request in one coordinated end-to-end flow.

Do I need GitHub CLI installed to automate opening pull requests?

Yes, you need an authenticated GitHub CLI session to automate opening pull requests, as the workflow relies on the official GitHub CLI tool for authenticated PR creation and native review workflow compatibility.

Can I automate pushing small focused code changes to a feature branch for code review?

You can automate pushing small focused code changes to a feature branch for code review by running a workflow that handles branch creation, change staging, commit generation, and draft pull request submission.

What is the best way to skip repetitive git workflow commands for GitHub repositories?

The best way to skip repetitive git workflow commands for GitHub repositories is to use an end-to-end automation tool that coordinates staging, committing, pushing, and pull request drafting automatically.

Does this git workflow automation work with any remote repository host?

No, this git workflow automation specifically requires a Git repository with a remote configured to a GitHub host, as it uses the GitHub CLI for authenticated pull request creation and native review integration.