ado-pr-draft

Draft Azure DevOps pull request content to local markdown files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of draft Pull Request content for Azure DevOps, ensuring consistency and adherence to style guides before actual submission.

Core Features & Use Cases

  • Draft PR Content: Generates markdown files with YAML frontmatter for PRs.
  • Style Guide Adherence: Enforces naming conventions, description structure, and content guidelines.
  • Use Case: When you've finished a feature branch, use this Skill to draft the PR description and title based on your changes, ensuring it's ready for review and follows best practices.

Quick Start

Use the ado-pr-draft skill to draft a PR for the 'feature/add-retry-logic' branch in the 'cms-service' repository.

Frequently Asked Questions about ado-pr-draft

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

FAQPage Schema
How do I draft Azure DevOps pull request descriptions locally before submitting?

Draft Azure DevOps pull request descriptions locally by generating markdown files with YAML frontmatter. This approach ensures adherence to style guides and naming conventions without creating actual PRs, allowing you to review content before submission.

Can I enforce PR title conventions and description structure for Azure DevOps?

Yes, you can enforce PR title conventions and description structure by reading a defined style guide during the drafting process. Scripts validate the generated markdown content to ensure it follows specific frontmatter and description guidelines.

What is the best way to automate pull request drafting for a feature branch?

Automate pull request drafting by using scripts to gather branch context and generate formatted markdown files. This creates consistent PR content locally, incorporating style guide rules and validation scripts to prepare descriptions for review.

Does this pull request drafting workflow require creating actual PRs in Azure DevOps?

No, this pull request drafting workflow does not create actual PRs in Azure DevOps. It saves drafted content to a designated local directory as markdown files with specific frontmatter, keeping the review process isolated until you are ready to submit.

How to generate markdown files with YAML frontmatter for code review preparation?

Generate markdown files with YAML frontmatter for code review by following a defined workflow that gathers context and applies style guide rules. The process outputs validated local files structured for pull request titles and descriptions.

Are there limitations to local PR content drafting for Azure DevOps repositories?

Limitations of local PR content drafting include its restriction to generating files locally without Azure DevOps API integration for direct submission. It focuses solely on content validation and markdown generation, requiring manual upload for actual PR creation.