dxmaintain

Automate background maintenance scans and PR generation for Dex repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking technical debt, code risk surfaces, and maintenance PR feedback in Dex repositories is time-consuming and prone to oversight, especially for teams running regular repository hygiene checks.

Core Features & Use Cases

  • Automated Maintenance Scans: Run on-demand or scheduled background scans to refresh project context, inspect risk surfaces, and generate structured maintenance reports.
  • Scoped Maintenance PRs: Produce tightly focused draft PRs for identified maintenance tasks without manual branch management or commit work.
  • PR Feedback Response: Automatically respond to review comments and CI feedback on maintenance PRs, applying fixes or escalating issues as configured. For example, a team can use this skill to run a nightly technical debt scan, or to address reviewer feedback on an existing maintenance PR without switching context from their current work.

Quick Start

Use the dxmaintain skill to run a nightly maintenance scan of your Dex repository and generate a risk surface report.

Frequently Asked Questions about dxmaintain

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

FAQPage Schema
How do I automate technical debt tracking and repository hygiene checks?

Automated maintenance scans identify technical debt and generate scoped draft PRs without manual branch management. The system handles commit work automatically, ensuring tightly focused pull requests for identified maintenance tasks.

Can I automatically respond to PR review comments on maintenance pull requests?

Yes, you can respond to PR review comments automatically by configuring the workflow to apply fixes or escalate issues. This handles reviewer and CI feedback on maintenance pull requests without requiring manual context switching.

Does Dex CLI wrapper support dry-run mutation detection for secure write operations?

Yes, the Dex CLI wrapper supports dry-run mutation detection and secure write operation handling. It executes maintenance tasks in isolated worktrees and outputs structured reports to ensure safe repository mutations.

What are the limitations of using workflow automation for maintenance PR generation?

Workflow automation for maintenance PR generation is scoped to Dex repositories and requires the Dex CLI wrapper for secure write operations. It applies to engineering teams needing scheduled scans, scoped PR generation, and automated review feedback response.