azure-devops

Configure Azure DevOps work items, pipelines, and branch policies.

6|1|Updated Sep 1, 2025
One-click install
npx skills add https://github.com/thomasholknielsen/claude-code-config --skill azure-devops-thomasholknielsen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops
Source: https://github.com/thomasholknielsen/claude-code-config/tree/main/skills/azure-devops
Command: npx skills add https://github.com/thomasholknielsen/claude-code-config --skill azure-devops-thomasholknielsen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides expert guidance on Azure DevOps tasks including work item management, pipelines, repositories, pull requests, and CI/CD workflows. Use when working with Azure DevOps projects or integrating with development workflows.

Core Features & Use Cases

  • Work Items & Tracking: Create and manage Epics, Features, User Stories, Tasks, and Bugs.
  • Repositories & Branches: Enforce branch policies and protection rules.
  • Pull Requests: Best practices for PR descriptions, reviews, and merges.
  • Pipelines & CI/CD: Design and configure multi-stage pipelines with approvals.
  • Test Management: Plan and execute tests, link to work items.

Quick Start

Use Azure DevOps guidance to structure a new project pipeline: create a Build YAML, define triggers, and set branch protection on main.

Frequently Asked Questions about azure-devops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up CI/CD pipelines in Azure DevOps?

CI/CD pipelines in Azure DevOps automate build, test, and deployment workflows using YAML configuration. Define triggers on branch changes, configure multi-stage pipeline steps, add approval gates between stages, and link pipelines to repositories to enforce automated quality checks and controlled releases.

What's the best way to manage work items and track progress in Azure DevOps?

Work item management in Azure DevOps organizes Epics, Features, User Stories, Tasks, and Bugs into hierarchical structures. Create and link work items, assign area paths and tags, track state transitions, and connect work items to pull requests and pipeline runs for end-to-end traceability.

How do I enforce branch policies and protect my main branch?

Branch policies in Azure DevOps enforce protection rules on repositories by requiring pull request reviews, minimum approvals, successful builds, and linked work items before merging. Configure policies per branch to prevent direct commits and ensure code quality gates on critical branches.

What are pull request best practices in Azure DevOps?

Pull requests in Azure DevOps enable code review workflows through descriptive PR templates, required reviewer sign-offs, automated build validation, and policy checks. Link PRs to work items, encourage thorough reviews, and use approval gates to maintain code standards before merging to protected branches.

Can I integrate Azure DevOps work items with my development workflow?

Yes, Azure DevOps integrates work item tracking directly into development workflows by linking commits, branches, and pull requests to work items, enabling traceability from planning through deployment. Use work item IDs in commit messages and PR descriptions to automatically associate code changes with tracked tasks.

How do I structure a new project and configure initial pipeline settings?

Structure a new Azure DevOps project by creating repositories, defining branch policies on main, authoring multi-stage YAML pipeline files with build and release triggers, configuring approval gates, setting up test management links, and establishing area paths and tags for work item organization.