ado-publish-pr

Create Azure DevOps pull requests with automated work item creation.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill ado-publish-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ado-publish-pr
Source: https://github.com/gautam-achieveai/ClaudePlugins/tree/main/ado/skills/ado-publish-pr
Command: npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill ado-publish-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ado-mcp-tools, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating and managing pull requests in Azure DevOps, streamlining the workflow from local commits to merged pull requests.

Core Features & Use Cases

  • Automated Work Item Creation: Automatically creates a work item in Azure DevOps based on the commit analysis.
  • Pull Request Creation: Composes and submits a pull request to the target branch.
  • Feedback Handling: Optionally tend to reviewer feedback and build failures until the PR is merged.
  • Use Case: Ideal for developers who want to quickly publish their changes as a PR without manually handling each step.

Quick Start

Use the 'ado-publish-pr' skill to publish your changes as a PR.

Frequently Asked Questions about ado-publish-pr

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

FAQPage Schema
How do I automate Azure DevOps pull request creation from local commits?

You can automate Azure DevOps pull request creation by using a skill that analyzes your local commits, creates associated work items, and submits the PR to your target branch automatically.

What is the process for creating work items from commit analysis in Azure DevOps?

Creating work items from commit analysis in Azure DevOps involves evaluating local git changes to automatically generate linked work items. This ensures your pull request submission includes necessary tracking items without manual data entry.

Do I need Azure DevOps MCP tools to create pull requests automatically?

Yes, you need Azure DevOps MCP tools configured in your environment to automate pull request creation. You also require a local git repository containing uncommitted or locally committed changes to trigger the workflow.

Can I handle reviewer feedback and build failures automatically after PR submission?

Yes, you can optionally handle reviewer feedback and build failures automatically after PR submission. The skill can tend to these issues iteratively until the Azure DevOps pull request is successfully merged.

What is the best way to publish local git changes as an Azure DevOps PR?

The best way to publish local git changes as an Azure DevOps PR is to use an automated workflow that handles commit analysis, work item creation, and PR submission. This avoids manually managing each step of the pull request process.