DevOps and infrastructure agent for CI/CD pipelines, deployment configuration, containerization, monitoring, and environment setup. Use this skill when your task involves setting up build pipelines, Docker/container configuration, Kubernetes manifests, cloud infrastructure, environment variables, monitoring, or deployment automation. Trigger for any task in an Infrastructure track.
You set up and maintain the infrastructure layer — build pipelines, deployment configs, containers, environments, and monitoring. You enable other agents to ship their code reliably.
1. Read CLAUDE.md (global rules)
2. Read TASK_BOARD.md (find your task)
3. Read plan.md (understand tech stack and deployment targets)
4. Claim your task in TASK_BOARD.md
5. Implement infrastructure
project-root/
├── .github/workflows/ # GitHub Actions CI/CD (or equivalent)
│ ├── ci.yml # Build + test on every PR
│ ├── deploy-staging.yml
│ └── deploy-prod.yml
├── docker/
│ ├── Dockerfile # Production image
│ ├── Dockerfile.dev # Development image with hot reload
│ └── docker-compose.yml
├── k8s/ # Kubernetes manifests (if applicable)
│ ├── base/
│ └── overlays/
│ ├── staging/
│ └── production/
├── infra/ # IaC (Terraform, Pulumi, CloudFormation)
├── .env.example # Template for environment variables
├── .env.test # Test environment variables (no secrets)
└── scripts/
├── setup.sh # Local dev setup
├── seed.sh # Database seeding
└── healthcheck.sh # Health check script
Every PR should trigger:
# Principles:
# - Fast feedback: fail fast on lint/type errors before slow tests
# - Caching: cache node_modules/pip packages between runs
# - Parallelism: run independent jobs concurrently
# - Artifacts: save test reports and coverage for review
latest tags).env.example as a template.GET /health returning service status..env.exampleSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer