Scaffolds Azure DevOps pipeline YAML with a structured workflow: classify the request mode (basic CI, multi-stage, Docker, Kubernetes, templates), capture inputs like stack and deployment targets, load only the references you need, generate against a checklist covering security, versioning, and reliability, then validate with the validator skill or fall back to scripts or manual checks. It pins vmImage versions, uses immutable deploy tags, and won't hardcode secrets. The deterministic steps and progressive disclosure keep it from dumping everything at once. Use it when you're building new pipelines or converting existing CI flows, not for validation-only work. The structured fallbacks mean it keeps going even when tools aren't available, though you'll get a residual risk note.
npx skills add https://github.com/akin-ozer/cc-devops-skills --skill azure-pipelines-generator