yeet

Stage, commit, and push code changes, then open a draft GitHub pull request via the GitHub CLI.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/thanhquan3010/hospital-management-system-v3 --skill yeet-thanhquan3010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yeet
Source: https://github.com/thanhquan3010/hospital-management-system-v3/tree/main/.agents/skills/yeet
Command: npx skills add https://github.com/thanhquan3010/hospital-management-system-v3 --skill yeet-thanhquan3010

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of preparing code changes for review by automating the staging, committing, and pull request creation workflow.

Core Features & Use Cases

  • Automated Git Workflow: Stages all changes, creates a commit with a descriptive message, and pushes the branch.
  • GitHub CLI Integration: Opens a draft pull request using the GitHub CLI for immediate review.
  • Use Case: After completing a feature, use this Skill to quickly get your code ready for a pull request without manually running multiple Git and GitHub CLI commands.

Quick Start

Use the yeet skill to stage, commit, and open a GitHub pull request for the 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 staging, committing, and opening a GitHub pull request?

You can automate staging, committing, and opening a GitHub pull request by using a CLI workflow tool that stages changes, pushes the branch, and opens a draft PR via the GitHub CLI.

Do I need the GitHub CLI installed to automate opening a draft pull request?

Yes, you need the GitHub CLI installed and an authenticated session active. The automated pull request creation relies directly on the GitHub CLI to open the draft request for code review.

How does automated git workflow handle branch naming and commit messages?

Automated git workflow handles branch naming and commit messages by enforcing specific naming conventions before pushing code. This ensures your changes are consistently formatted and ready for review.

Can I push code changes and create a draft pull request in one step?

Yes, you can push code changes and create a draft pull request in one step. The automation stages all changes, commits with a descriptive message, pushes the branch, and opens the draft PR.

What is the best way to prepare code changes for review using the GitHub CLI?

The best way to prepare code changes for review is automating the git workflow. This stages all modifications, commits them, pushes the branch, and opens a draft pull request using the GitHub CLI.

Why use a draft pull request when automating git commits and pushes?

Using a draft pull request when automating git commits and pushes ensures your code is immediately visible for early review. It signals that the work is ready for feedback but not yet ready to merge.