with one click
commit
Stage, commit, and optionally push changes. Use after completing a task.
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
Stage, commit, and optionally push changes. Use after completing a task.
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
Audit Android screens against Figma designs with two-phase verification. Phase 1 agents find mismatches, Phase 2 agents independently verify before creating issues. Usage: /audit-figma [screen-name-or-figma-url] or /audit-figma all
Create a PR for Figma implementation work. Verifies before/after screenshots exist, uploads them to the PR, and ensures quality standards are met. Usage: /create-figma-pr
Implement a Figma design change with before/after screenshot capture. Takes a GitHub issue or Figma URL, fetches the design, captures a "before" screenshot, implements the fix, captures an "after" screenshot, and prepares everything for PR. Usage: /implement-figma <issue-number-or-figma-url>
Create a new git branch from conversation context. Use when starting work on an issue or feature.
Create a GitHub PR with optional issue linking. Use after committing and pushing changes.
Address CodeRabbit or other AI reviewer comments on a PR to make it merge-ready.
| name | commit |
| description | Stage, commit, and optionally push changes. Use after completing a task. |
| disable-model-invocation | true |
git status
git diff --staged
git diff
Stage specific files (never git add . or git add -A):
git add <specific-files>
git commit -m "$(cat <<'EOF'
feat: add TRC20 token transfer support
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
EOF
)"
git push
Co-Authored-By trailer.env, credentials, or secrets--no-verify unless explicitly asked