ワンクリックで
deploy
Deploy to staging or production with safety checks. Trigger: deploy, ship, release, push to staging, push to production
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deploy to staging or production with safety checks. Trigger: deploy, ship, release, push to staging, push to production
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create a new feature using TDD and tracer bullets. Trigger: new feature, add feature, implement feature, build feature
Break features into tracer bullet stories and tasks. Trigger: decompose, break down, split feature, tracer bullet, stories, tasks, decompose feature
Build or update .context.md for a module. Trigger: explore module, explore, understand module, what does this module do, context file, update context
Fix a bug with root cause analysis and regression testing. Trigger: fix bug, broken, regression, error, crash, not working, failing
Run linters, formatters, and static analysis. Trigger: lint, format, standards, style check, code quality, lint setup
Safely refactor existing code with tests as the contract. Trigger: refactor, tech debt, code smell, clean up, restructure, reorganize
| name | deploy |
| description | Deploy to staging or production with safety checks. Trigger: deploy, ship, release, push to staging, push to production |
Deploy the project to a target environment.
/deploy staging or /deploy → staging (default)/deploy production → production (requires confirmation)MANDATORY before any deployment:
make check (build + test + lint + typecheck)make score)Staging:
make deploy-staging
Production:
⚠️ PRODUCTION DEPLOYMENT
Are you sure you want to deploy to production?
Current version: [version/commit]
Last staging deploy: [date/commit]
Type "yes" to confirm.
Then: make deploy-production