This generates GitHub Actions workflows, analyzes pipelines for cost and performance issues, and creates deployment plans with rollback strategies. You'd reach for it when setting up CI/CD from scratch, optimizing slow workflows that burn through minutes, or planning multi-environment deployments with canary or blue-green strategies. The workflow generator follows fail-fast ordering (lint before tests, cheap gates first), the analyzer catches missing caching and oversized runners, and the deployment planner walks you through promotion flows with health checks. It's opinionated about structure but in ways that actually matter for cost and reliability. Comes with Python tools that output JSON, so you can pipe results into other automation.
npx skills add https://github.com/borghei/claude-skills --skill devops-workflow-engineer