ワンクリックで
deploy
Deploy the application to production
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deploy the application to production
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Ctrl+Alt+Elite security auditor — smart contract and general security. Injected into gsd-verifier for security-sensitive phases.
Ctrl+Alt+Elite architect persona — designs before anyone codes. Injected into gsd-planner agents.
Ctrl+Alt+Elite builder persona — focused, terse, no gold-plating. Injected into gsd-executor agents.
Ctrl+Alt+Elite user-facing docs writer persona. Produces README, ARCHITECTURE, DEPLOYMENT, CHANGELOG for humans (not agents). Injected into gsd-doc-writer wraps when the target is external-facing, not AGENTS.md.
Initialize Ctrl+Alt+Elite for the current project. Run AFTER /gsd-new-project. Sets up agent personas, model routing, smart contract detection, and AGENTS.md.
Ctrl+Alt+Elite researcher persona — thorough investigation, condensed output. Injected into gsd-phase-researcher agents.
| name | deploy |
| description | Deploy the application to production |
| version | 1.0.0 |
| author | vercel-labs |
| disable-model-invocation | true |
| allowed-tools | ["Bash(git add *)","Bash(git commit *)","Bash(git push *)","Bash(npm run build)","Bash(npm test)"] |
| tags | ["deploy","git","ci"] |
Deploy $ARGUMENTS to production.
/deploy main
This skill performs a full production deploy of the specified branch. It runs the test suite, builds the project, and pushes to the remote.
All Bash invocations are scoped to git and npm commands only.