with one click
commit-push
Commit + Push
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Commit + Push
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Design a brand-new feature properly before any code is written — identify the core ('the pihvi'), shape the architecture and a test strategy around it with the user one question at a time, and produce an approved design (optionally a plan.md).
Babysit a pull request after opening one
You can use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
| name | commit-push |
| description | Commit + Push |
When your work is good to go, let's work towards creating a pull request to Github.
$VERB/$WHAT_THIS_IS_ABOUT-$LINEARTICKETgit stash --keep-index && <run linters and formatters> && git commit && git stash pop to verify, no need to do everything as one-liner)Add, Change, Remove or Fix without :echo "Add title that describes WHAT here" | wc -c to ensure. Iterate until <= 50 chars.