From azure-devops
Azure DevOps CI/CD pipeline operations. Use when asked to list, trigger, monitor, or troubleshoot build and release pipelines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure-devops:devops-pipelinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- User asks to run, trigger, or queue a build/pipeline
devops_list_pipelinesdevops_run_pipeline with the pipeline IDnotStarted, inProgress, completedsucceeded, failed, canceled, partiallySucceededdevops_get_pipeline_run to confirm the failuredevops_get_build_log to retrieve log content| Symptom | Likely Cause | Fix |
|---|---|---|
| "npm install failed" | Lock file conflict | Delete node_modules, regenerate lock file |
| "tsc exited with code 2" | TypeScript error | Check the error line in logs |
| "Test suite failed" | Failing tests | Read test output, identify failing test |
| "Timeout" | Build exceeds limit | Optimize build or increase timeout |
devops_list_pipelines — List all pipelines in a projectdevops_get_pipeline — Get pipeline detailsdevops_run_pipeline — Trigger a pipeline rundevops_get_pipeline_run — Get run status and detailsdevops_list_pipeline_runs — List recent runsdevops_get_build_log — Retrieve build log outputnpx claudepluginhub joshuacastanedaah/sean-mcp-servers --plugin azure-devopsGuides Azure DevOps development: troubleshooting, best practices, architecture, security, and deployment. Use for org/project structure, work items, analytics, and Managed DevOps Pools.
Provides Azure DevOps YAML pipeline best practices on multi-stage structures, triggers, scheduling, variables, caching, templates, and security for efficient CI/CD.
Generates Azure DevOps pipeline YAML for CI/CD, including multi-stage workflows, Docker builds, Kubernetes deploys, language-specific setups, and reusable templates.