원클릭으로
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