Yeet
Stage, commit, and open PR
Patrick Erichsen
@patrick-erichsen-2
What This Skill Does
Automates the full workflow of staging all changes, committing with a conventional commit message, pushing to a new branch, and opening a draft pull request on GitHub using the GitHub CLI.
Replaces manually running git add, git commit, git push, and gh pr create in sequence by combining them into a single command with consistent naming and PR description generation.
When to Use It
- Stage, commit, and push all local changes to a new branch in one step
- Open a draft pull request with a conventional commit title and detailed description
- Create a feature branch named with the pe/ prefix from the default branch
- Automatically generate a PR description covering the issue, root cause, and fix
- Push changes and create a PR after running local checks and resolving failures
Install
$ openclaw skills install @patrick-erichsen-2/yeetPrerequisites
- Require GitHub CLI
gh. Checkgh --version. If missing, ask the user to installghand stop. - Require authenticated
ghsession. Rungh auth status. If not authenticated, ask the user to rungh auth login(and re-rungh auth status) before continuing.
Naming conventions
- Branch:
pe/{description}when starting from main/master/default. - Commit: conventional commit syntax, for example
fix: handle missing config. - PR title: conventional commit syntax summarizing the full diff, for example
fix: handle missing config.
Workflow
- If on main/master/default, create a branch:
git checkout -b "pe/{description}" - Otherwise stay on the current branch.
- Confirm status, then stage everything:
git status -sbthengit add -A. - Commit tersely with a conventional commit message:
git commit -m "{type}: {description}" - Run checks if not already. If checks fail due to missing deps/tools, install dependencies and rerun once.
- Push with tracking:
git push -u origin $(git branch --show-current) - If git push fails due to workflow auth errors, pull from master and retry the push.
- Open a PR and edit title/body to reflect the description and the deltas:
GH_PROMPT_DISABLED=1 GIT_TERMINAL_PROMPT=0 gh pr create --draft --fill --head $(git branch --show-current) - Write the PR description to a temp file with real newlines (e.g. pr-body.md ... EOF) and run pr-body.md to avoid \n-escaped markdown.
- PR description (markdown) must be detailed prose covering the issue, the cause and effect on users, the root cause, the fix, and any tests or checks used to validate.
Top skills in this category
Skill Vetter
@spclaudehomeSecurity-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Github
@steipeteInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Free Ride - Unlimited free AI
@shaivpidadiManages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates opencla...
Elite Longterm Memory
@nextfrontierbuildsUltimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.