What problem does it solve?
Creating a pull request after all plan steps are complete can be error-prone and time-consuming. This skill automates PR creation, ensuring all steps are finished, generating a PR description from share-plan.md, pushing the feature branch, and submitting the PR via ADO MCP tools.
Core Features & Use Cases
- Validates that every step in implement.md is marked as done before PR creation.
- Generates a PR description from share-plan.md, preserving ticket context.
- Pushes the current branch and creates a PR via ADO MCP with proper base branch discovery and work item linking.
- Supports hub mode to orchestrate PRs across multiple repositories when needed.
- Aligns with governance rules (git-rules.md) to maintain consistency.
Quick Start
Run /dx-pr <Work Item ID> to create a PR after all plan steps are complete.