azure-devops-repos

Community

Streamline Azure DevOps PRs, merges, and policies.

Authorshellicar
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines the management of Azure DevOps PRs by handling pull requests, merge workflows, and branch policies in one place.

Core Features & Use Cases

  • Create and manage PRs with proper descriptions and linked work items.
  • Configure auto-complete and merge policies to ensure consistent merges.
  • Centralize PR governance by applying and auditing branch protection rules.
  • Use the included pr-merge-message.sh to enforce and automate merge commit messages.

Quick Start

Create a PR and link work items, then generate and apply a standardized merge commit message using the provided script. For example:

  • Create PR: az repos pr create --title "Add feature X" --source-branch feature/x --target-branch main --description "$(cat description.md)"
  • Link work items: az repos pr work-item add --id <PR_ID> --work-items <WI_ID1> <WI_ID2>
  • Show merge message: ~/.claude/skills/azure-devops-repos/scripts/pr-merge-message.sh --org <org> --id <PR_ID> --show
  • Set auto-complete with merge message: ~/.claude/skills/azure-devops-repos/scripts/pr-merge-message.sh --org <org> --id <PR_ID> --set-auto-complete

Dependency Matrix

Required Modules

Azure CLI (az)

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: azure-devops-repos
Download link: https://github.com/shellicar/claude-config/archive/main.zip#azure-devops-repos

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.