azure-devops-pr

Automate Azure DevOps PR creation, work item linking, and auto-complete setup.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, az, and includes scripts (resource) components.

What problem does it solve?

Azure DevOps PR processes are error-prone and manual; this skill provides a script-based workflow to create PRs, link work items, and enable auto-complete in a single operation.

Core Features & Use Cases

  • Single-script PR workflow that creates PRs, links a task, and enables auto-complete
  • Supports end-to-end PR creation including description, title, and merge logic
  • Use Case: When you need to create a PR from a feature branch and ensure its related work item is linked and auto-complete is configured

Quick Start

Use the azure-devops-pr skill to pipe a JSON payload to scripts/create-ado-pr.sh.

Frequently Asked Questions about azure-devops-pr

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

FAQPage Schema
How do I automate Azure DevOps pull request creation and link work items in one step?

You can automate Azure DevOps pull request creation, link work items, and enable auto-complete in a single operation by piping a JSON payload to a shell script. This enforces input validation and error handling for reproducible PR workflows across feature branches.

What's the best way to configure auto-complete when creating an Azure DevOps PR from a feature branch?

The best way to configure auto-complete when creating an Azure DevOps PR from a feature branch is using a script-based workflow that handles PR creation, task linking, and merge logic configuration together. This ensures auto-complete is set up automatically without manual portal intervention.

Do I need Azure CLI and jq to automate Azure DevOps PR workflows?

Yes, you need both the Azure CLI (az) and jq installed to automate Azure DevOps PR workflows. The scripts rely on az for Azure DevOps API interactions and jq for parsing JSON payloads and responses during the end-to-end PR creation process.

Can I include a PR description and title when automating Azure DevOps pull requests via script?

Yes, you can include a PR description and title when automating Azure DevOps pull requests. The script-based workflow supports end-to-end PR creation, allowing you to define the description, title, and merge logic within the JSON payload you pipe to the script.

Why does my automated Azure DevOps PR workflow fail to link tasks properly?

Automated Azure DevOps PR workflows may fail to link tasks if input validation fails or errors occur during the API call. Using a script that enforces input validation and error handling ensures the work item is linked and auto-complete is configured correctly.

Does this PR automation approach work for software teams needing reproducible workflows across multiple feature branches?

Yes, this script-based PR automation approach is designed for software teams needing reproducible PR workflows across feature branches. It standardizes PR creation, work item linking, and auto-complete setup to eliminate manual errors and ensure consistent processes.