openai-yeet

Installation
SKILL.md

Prerequisites

  • Require GitHub CLI gh. Check gh --version. If missing, ask the user to install gh and stop.
  • Require authenticated gh session. Run gh auth status. If not authenticated, ask the user to run gh auth login (and re-run gh auth status) before continuing.

Naming conventions

  • Branch: claude/{description} when starting from main/master/default.
  • Commit: {description} (terse).
  • PR title: [claude] {description} summarizing the full diff.

Workflow

  • If on main/master/default, create a branch: git checkout -b "claude/{description}"
  • Otherwise stay on the current branch.
  • Confirm status, then stage everything: git status -sb then git add -A.
  • Commit tersely with the description: git commit -m "{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)
Related skills
Installs
36
GitHub Stars
396
First Seen
Feb 16, 2026