azure-devops-config

Configure Azure DevOps project settings for teams, backlogs, and branch policies via REST API.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/shellicar/skills --skill azure-devops-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-config
Source: https://github.com/shellicar/skills/tree/main/skills/azure-devops-config
Command: npx skills add https://github.com/shellicar/skills --skill azure-devops-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides authoritative guidance and step-by-step commands for configuring Azure DevOps project-level settings so teams see the correct backlogs, delivery plans, and branch protections without inconsistent or broken layouts.

Core Features & Use Cases

  • Discover org and project identifiers and list teams, iterations, and area paths to verify ownership and coverage.
  • Audit and apply standardized backlog column configurations across teams by building a PATCH body from project-specific field IDs and applying it to each team's settings.
  • Diagnose delivery plan visibility issues caused by shared area paths and propose tag-based workarounds; create, update, and verify branch policy configurations via the REST API.
  • Use Case: As a project admin, reconcile inconsistent team column options and enforce a uniform backlog layout and branch policies across 10+ teams in a project.

Quick Start

Audit and align this Azure DevOps project's team backlog column settings and branch policies to the documented standard templates.

Frequently Asked Questions about azure-devops-config

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

FAQPage Schema
How do I configure Azure DevOps branch policies via REST API?

This Skill uses the Azure DevOps REST API to create, update, and verify branch policy configurations for your repositories. It generates the required JSON payloads to enforce standardized branch protections across target projects.

How do I standardize backlog column options across multiple Azure DevOps teams?

To standardize backlog column layouts, query project-specific field IDs and build a PATCH request body. This Skill queries and patches team column options to apply a uniform backlog configuration across all target teams.

Why are delivery plans showing incorrect visibility for shared area paths in Azure DevOps?

Incorrect delivery plan visibility often occurs when teams share overlapping area paths. This Skill diagnoses these configuration conflicts and proposes tag-based workarounds to correctly filter and display work items.

What do I need to manage Azure DevOps project settings for 10+ teams?

Managing settings at scale requires organizational and project identifiers to authenticate REST API calls. This Skill discovers these identifiers to audit and apply configurations across iterations, area paths, and team backlogs.

Can I audit team iterations and area paths in Azure DevOps to verify coverage?

Yes, you can audit team iterations and area paths to verify project ownership and structural coverage. This Skill lists these configurations through the REST API so administrators can reconcile inconsistencies.