원클릭으로
deploy
Deploy services using Docker/OrbStack. Use this to build and deploy containers, run health checks, and manage deployments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deploy services using Docker/OrbStack. Use this to build and deploy containers, run health checks, and manage deployments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deep-dive analysis of an open-source repository. Clones the repo, explores architecture/patterns/internals, and produces up to 30 structured Markdown files in analysis/<repo-name>/. Use when analyzing a GitHub repo for learnings, comparison, or adoption roadmap.
Review code changes for quality, security, and correctness. Use this before merging PRs, after significant refactors, or when reviewing agent output.
Review and optimize LLM API costs in the orchestrator. Analyze model routing, budget tracking, prompt caching, and retry logic for cost efficiency.
Review production code and update all documentation under docs/ to match the current codebase state.
Build and manage Docker containers via OrbStack. Use this to build images, run containers, check service health, and manage docker-compose services.
End-to-end feature development — implement, iterate with user feedback, test, SOLID review, document, commit & push. Use when building a new feature or making a significant code change that needs quality assurance.
| name | deploy |
| description | Deploy services using Docker/OrbStack. Use this to build and deploy containers, run health checks, and manage deployments. |
| allowed-tools | Bash, Read, Grep |
Build and deploy services via docker-compose on OrbStack.
docker compose up -d
docker compose ps
docker compose build && docker compose up -d
docker compose ps
docker compose logs --tail=20
docker compose down
git stash # if needed
docker compose up -d
/test-runner)/lint-check)/code-review)