ado-pr-comment-publish

Automates Azure DevOps Pull Request comments, replies, and thread resolutions with user approval.

2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/jimweller/davit-dataops-dotfiles --skill ado-pr-comment-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ado-pr-comment-publish
Source: https://github.com/jimweller/davit-dataops-dotfiles/tree/main/dataops-plugin/skills/ado-pr-comment-publish
Command: npx skills add https://github.com/jimweller/davit-dataops-dotfiles --skill ado-pr-comment-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of publishing comments, replies, and resolving threads within Azure DevOps Pull Requests, streamlining code review feedback and issue tracking.

Core Features & Use Cases

  • Post New Comments: Add comments to specific lines of code or as general PR comments.
  • Reply to Threads: Respond to existing comments within a PR thread.
  • Resolve Threads: Mark PR threads as resolved with a specified status.
  • Preview and Approval: Ensures all actions are previewed and explicitly approved by the user before execution.
  • Use Case: After a code review, you need to add a comment suggesting a code improvement on line 42 of a file, and then reply to a colleague's question in another thread. This Skill handles both actions after your explicit approval.

Quick Start

Use the ado-pr-comment-publish skill to post a new comment to PR #12345 in the clinical-matching/cms-service repository.

Frequently Asked Questions about ado-pr-comment-publish

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

FAQPage Schema
How do I publish Azure DevOps PR comments on specific code lines?

To publish Azure DevOps PR comments on specific code lines, the Skill targets exact file locations for code review feedback. It requires explicit user preview and approval before executing any Azure DevOps MCP calls.

Can I reply to existing Azure DevOps pull request threads programmatically?

Yes, you can reply to existing Azure DevOps pull request threads programmatically. The Skill responds to comments within active PR threads and executes the reply after explicit user approval.

What is the best way to resolve Azure DevOps PR comment threads automatically?

The best way to resolve Azure DevOps PR comment threads automatically is by using this Skill to mark threads as resolved with a specified status update. It requires explicit user preview and approval before executing the thread resolution.

Does publishing Azure DevOps PR comments require manual approval before execution?

Yes, publishing Azure DevOps PR comments requires manual approval before execution. The Skill ensures all actions, including posting comments and resolving threads, are previewed and explicitly approved by the user.

How do I post a general comment to an Azure DevOps pull request?

To post a general comment to an Azure DevOps pull request, the Skill supports general PR feedback alongside line-specific comments. It publishes the comment after explicit user preview and approval of the intended action.