dxcomplete

Automate post-implementation PR finalization and ticket closure in Dex workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual follow-up required after code implementation is complete, automating the process of readying a PR for review, monitoring CI and review feedback, and closing the associated ticket once all requirements are met.

Core Features & Use Cases

  • Autonomous PR finalization: Automatically marks draft PRs as ready, requests configured reviewers, and posts @mention comments to notify relevant stakeholders.
  • Unattended monitoring loop: Runs recurring checks of CI status and review approvals, addresses fixable failures, and only escalates for hard issues like repeated CI errors, scope changes, or secrets failures.
  • Use case: Perfect for teams using Dex's ticket-to-PR workflow, where you want PRs to progress through final approval and ticket closure without constant manual intervention after the implementation phase is complete.

Quick Start

Use the dxcomplete skill to finalize the open PR for ticket 1234 and close the associated ticket once all checks pass and reviewers approve.

Frequently Asked Questions about dxcomplete

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

FAQPage Schema
How do I automate pull request finalization and ticket closure after code implementation?

You can automate pull request finalization by using an autonomous workflow that marks drafts as ready, requests reviewers, monitors CI status, and updates the ticket upon approval. This eliminates manual follow-up once implementation is complete.

What is autonomous PR management for unattended CI monitoring and reviewer coordination?

Autonomous PR management runs recurring checks on CI status and review approvals, addresses fixable failures automatically, and escalates hard issues like repeated errors or scope changes, ensuring PRs progress without constant manual intervention.

How do I request reviewers and mark a draft PR as ready automatically?

To mark a draft PR as ready and request reviewers automatically, configure an autonomous workflow to post @mention comments to notify stakeholders and transition the PR status without manual input once implementation is finalized.

Can I monitor CI status and review approvals without merging the pull request?

Yes, you can monitor CI status and review approvals without merging the pull request. The workflow operates with built-in guardrails for unattended operation, handling readiness and escalation without executing a merge.

What happens when CI checks fail or reviewers request changes during autonomous PR monitoring?

When CI checks fail or reviewers request changes, the monitoring loop addresses fixable failures automatically. For hard issues like repeated CI errors or scope changes, it escalates with pause states to prevent incorrect ticket closure.

Does the dxcomplete Skill support the Dex autonomous ticket-to-PR lifecycle?

Yes, dxcomplete supports the Dex autonomous ticket-to-PR lifecycle by applying to Phase 6, handling PR readiness, reviewer coordination, CI monitoring, and final ticket status updates with built-in escalation guardrails.