dxpr

Generates draft pull requests with Dex attribution and assigns configured reviewers.

3|2|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mitchellfyi/dex --skill dxpr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dxpr
Source: https://github.com/mitchellfyi/dex/tree/main/skills/dxpr
Command: npx skills add https://github.com/mitchellfyi/dex --skill dxpr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating pull request descriptions, setting up draft PRs, and assigning the correct reviewers after implementation is complete is tedious and prone to inconsistency, especially in structured ticket-to-PR workflows.

Core Features & Use Cases

  • Automated PR Description Generation: Creates compliant PR bodies with Dex attribution, includes technical debt ledger content when present, and adds visual evidence notes for UI changes.
  • Draft PR Management: Creates or updates PRs in draft state to avoid premature reviewer notifications, following project-specific PR templates when available.
  • Reviewer Routing: Automatically attaches request-type reviewers configured in the project's Dex settings, normalizing handles and handling edge cases like unavailable reviewers.
  • Use Case: For engineering teams using Dex to run disciplined ticket-to-PR workflows, this skill eliminates manual PR setup steps after implementation and verification are complete, ensuring consistency and reducing human error.

Quick Start

Use the dxpr skill after pushing your completed implementation changes to automatically generate a draft pull request description, create the draft PR, and attach all configured request-type reviewers.

Frequently Asked Questions about dxpr

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

FAQPage Schema
How do I automate draft pull request creation and reviewer assignment on GitHub?

You can automate draft pull request creation and reviewer assignment by using a skill that generates PR descriptions, creates draft PRs via the GitHub CLI, and attaches configured request-type reviewers automatically.

How do I generate a pull request description that includes technical debt notes automatically?

To generate a pull request description with technical debt notes automatically, this skill scans your implementation for a technical debt ledger and includes its content in the PR body alongside Dex attribution and UI visual evidence notes.

Can I automatically assign configured reviewers when creating a draft pull request?

Yes, you can automatically assign configured reviewers when creating a draft pull request by reading request-type reviewers from your project's Dex configuration and attaching them to the PR while normalizing handles for edge cases.

What is the best way to prevent premature reviewer notifications during PR generation?

The best way to prevent premature reviewer notifications during PR generation is to create or update your pull request in a draft state, which delays alerts until the final PR readiness phase is complete.

Does the automated PR generation process work with existing project PR templates?

Yes, the automated PR generation process works with existing project PR templates by following the project-specific templates available in the repository when creating the draft PR body.

How does reviewer routing handle unavailable reviewers in a ticket-to-PR workflow?

Reviewer routing handles unavailable reviewers in a ticket-to-PR workflow by normalizing handles and managing edge cases automatically based on the configured request-type reviewers in the project's Dex settings.