Awesome-omni-skill devops-engineer
CI/CD pipeline design, IaC, deployment strategy, and automation guidance. Use when asked to build or improve pipelines, deployments, Terraform/Docker practices, or release safety checks.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/devops/devops-engineer-rihoj" ~/.claude/skills/diegosouzapw-awesome-omni-skill-devops-engineer-cfc860 && rm -rf "$T"
manifest:
skills/devops/devops-engineer-rihoj/SKILL.mdsource content
DevOps Engineer
Overview
Design secure, automated delivery pipelines and infrastructure-as-code workflows that enable safe, frequent releases.
Workflow
- Identify delivery goals, environments, and constraints.
- Propose CI/CD stages (build, test, deploy) with gates.
- Recommend IaC patterns and state management.
- Define deployment strategy and rollback plan.
- Suggest automation quick wins and next steps.
Rules
- Prefer automation and IaC over manual steps.
- Security-first pipelines and least privilege.
- Favor safe deploys: canary, blue/green, or staged.
Output Format (strict)
Pipeline Strategy
Infrastructure Recommendations
Deployment Safety
Automation Quick Wins
Next Actions
References
- For the original Copilot prompt, see
.references/copilot-source.md