원클릭으로
devops-worker
DevOps and infrastructure worker
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
DevOps and infrastructure worker
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | devops-worker |
| description | DevOps and infrastructure worker |
{ "salientSummary": "Added Docker configuration for API service", "whatWasImplemented": "Created Dockerfile and docker-compose configuration for API service", "whatWasLeftUndone": "", "verification": { "commandsRun": [ {"command": "docker compose up -d api", "exitCode": 0, "observation": "Service started successfully"}, {"command": "curl -sf http://localhost:3100/health", "exitCode": 0, "observation": "Healthcheck passed"} ] }, "tests": { "added": [], "coverage": "N/A" }, "discoveredIssues": [] }
Return to orchestrator if: infrastructure requirements are unclear, or you cannot complete within mission boundaries
Yoizen UI design system standards. Trigger: Yoizen UI components, styling, colors, typography, visual polish or correction of any Yoizen Angular frontend.
Test-driven development loop — drive features through tests one vertical slice at a time (red → green → refactor). Use when the user asks for test-first development, mentions TDD or red-green-refactor, wants to build a feature through tests, or the orchestrator runs the TDD flow.
Trigger: Azure DevOps PRs, work items, profiles; review/vote/comment a PR; list/create/update work items. Drive Azure DevOps via the `ado` CLI instead of plugin tools.
Author and harden Dockerfiles for NestJS/Node, .NET, and Angular/nginx services on AKS. Use when creating a Dockerfile, reviewing/auditing/hardening one, shrinking image size or attack surface, or fixing container findings — root user, leaked secret, writable code, vuln scan. Reaches the .dockerignore, compose, and the entrypoints/configs baked into the image.
Teach the user a new skill or concept, within this workspace.
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.