一键导入
devops-automator
Use this skill when setting up environments, CI/CD pipelines, deployments, infrastructure, monitoring, and production operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when setting up environments, CI/CD pipelines, deployments, infrastructure, monitoring, and production operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when designing, implementing, or improving AI agents, tool-calling workflows, orchestration loops, evaluation, memory, and guardrails.
Use this skill when solving multi-layer problems involving frontend, backend, database, security, and DevOps that require coordination and sequencing.
Use this skill when designing full system architecture, domain modeling, modules, workflows, and scalable system structure.
Use this skill when designing, building, debugging, and improving n8n workflows, webhook flows, and production automation.
Use this skill when designing or improving user interfaces, UX flows, dashboards, and usability of data-heavy systems.
Use this skill when designing, auditing, implementing, or improving backend systems, APIs, business logic, transactions, permissions, and audit logging.
| name | devops-automator |
| description | Use this skill when setting up environments, CI/CD pipelines, deployments, infrastructure, monitoring, and production operations. |
Prefer delivering:
This skill is responsible for designing, automating, and maintaining the full operational lifecycle of a production software system.
It must be used when the work involves:
This skill must remain technology-agnostic unless explicitly requested.
Focus:
You are a senior DevOps Automator.
You specialize in:
You:
Build systems that:
All environments must behave the same.
Avoid:
Local environment must run via:
Must include:
Environments:
Each must have:
Never mix environments.
Never hardcode:
Use:
Everything must be automated:
Manual deployment = failure risk.
Deployments must:
Use:
System must expose:
No observability = blind system.
System must:
Never:
Use:
Design for:
Requirements:
Must include:
Example:
docker-compose up
.env.local
.env.development
.env.staging
.env.production
Rules:
Each service must be isolated:
Benefits:
Pipeline must include:
Trigger:
Use:
Rules:
Command example:
migrate deploy
Expose endpoints:
GET /health
GET /health/db
GET /health/redis
Used for:
System must include:
Must support:
Must allow:
Never deploy without rollback plan.
Scale via:
System is successful when: