From openai-yeet
Stages all changes, commits tersely, pushes to claude/* branch if needed, and opens draft GitHub PR with detailed description using authenticated gh CLI. Use on explicit request for one-flow PR creation.
npx claudepluginhub trailofbits/skills-curated --plugin openai-yeetThis skill is limited to using the following tools:
- Require GitHub CLI `gh`. Check `gh --version`. If missing, ask the user to install `gh` and stop.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
gh. Check gh --version. If missing, ask the user to install gh and stop.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.claude/{description} when starting from main/master/default.{description} (terse).[claude] {description} summarizing the full diff.git checkout -b "claude/{description}"git status -sb then git add -A.git commit -m "{description}"git push -u origin $(git branch --show-current)GH_PROMPT_DISABLED=1 GIT_TERMINAL_PROMPT=0 gh pr create --draft --fill --head $(git branch --show-current)