ado-pipeline-best-practices

Installation
SKILL.md

Azure Pipelines Best Practices

Comprehensive best practices for creating and maintaining Azure DevOps YAML pipelines.

Core Review Procedure

  1. Identify trigger scope, deployment environments, and required approvals before editing YAML.
  2. Verify secrets flow through service connections, Key Vault, secret variables, or secure files; never inline credentials.
  3. Pin task major versions and centralize repeated steps in templates.
  4. Add path filters, caching, and parallel jobs only when they reduce real build cost without hiding validation.
  5. Keep build, test, package, and deploy concerns separated by stages or jobs.
  6. Validate with Azure DevOps pipeline YAML validation or a dry run before recommending rollout.

Pipeline Structure

Installs
150
GitHub Stars
47
First Seen
Jan 24, 2026
ado-pipeline-best-practices — josiahsiegel/claude-plugin-marketplace