ワンクリックで
devhive-devops
Implements Infrastructure as Code (IaC), CI/CD, and Cloud resources.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implements Infrastructure as Code (IaC), CI/CD, and Cloud resources.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Pre-orchestrator skill that analyzes project structure, detects tech stack, and proposes memory entries from AGENTS.md and codebase.
Master orchestrator skill for the DevHive SDD pipeline.
Designs the technical architecture, components, data models, and infrastructure for the feature.
Verifies project consistency, architecture adherence, and security.
Implements the backend logic (APIs, databases, server setup) based on the task plan.
Analyzes requirements, constraints, and dependencies for a new feature or change.
| name | devhive-devops |
| description | Implements Infrastructure as Code (IaC), CI/CD, and Cloud resources. |
When the orchestrator assigns you the infrastructure phase to execute the task plan.
Read .devhive/specs/04-tasks.md, .devhive/specs/03-architecture.md, and the project's GUIDELINES.md if it exists.
skill tool to load specialized instructions. Check GUIDELINES.md for global skills, check 04-tasks.md for task-specific skills, and ALWAYS load your hardcoded skills: docker-expert. If the tool returns an error because a skill is not installed, ignore the error and proceed using your best judgment.[ ] tasks strictly under the ## Infrastructure Tasks section in 04-tasks.md.GUIDELINES.md in the project root (if it exists) to ensure you use the correct frameworks, versions, and styling conventions for your IaC code.Bash tool to verify your code (e.g., run terraform fmt, terraform validate, docker build). Do NOT guess if the infrastructure configuration is valid.Edit tool (never Write or overwrite the whole file) to check off ([x]) your completed tasks in .devhive/specs/04-tasks.md. Find the exact line - [ ] Task Name and replace it with - [x] Task Name. This protects the file from accidental deletion of other sections.Modify the actual infrastructure source code files in the project.
Update .devhive/specs/04-tasks.md to mark the tasks in the infrastructure block as completed using Edit.
Return a summary of the provisioned infrastructure to the orchestrator.