com um clique
commit
Stage, commit, and optionally push changes. Use after completing a task.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Stage, commit, and optionally push changes. Use after completing a task.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Address CodeRabbit or other reviewer comments on a PR to make it merge-ready.
Create a GitHub issue for vultisig-windows using the official bug/feature templates.
God-mode orchestrator. Takes a Linear ticket OR PR and handles the ENTIRE workflow end-to-end — branch creation, implementation, testing, commits, PR creation, Linear updates, OR exhaustive PR review with parallel agents. Use for complete feature delivery or deep PR audits.
Approve and merge a GitHub PR. Use when you want to approve and merge the current branch's PR, or a specific PR number.
Comprehensive testing guide covering unit, integration, and E2E tests. Reference for deciding what to test and how, with Vitest and Playwright patterns.
Search and analyze feature implementations in sibling iOS, Android, and backend repositories. Use when porting features or validating cross-platform parity.
| 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 <noreply@anthropic.com>
EOF
)"
git push
Co-Authored-By trailer.env, credentials, or secrets--no-verify unless explicitly asked