dxreview

Automate full-scope code review waves for Dex ticket-to-PR changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, inconsistent manual code review process for Dex workflow changes, ensuring every implementation meets quality standards before PR submission without constant human oversight.

Core Features & Use Cases

  • Adaptive Review Waves: Runs full-scope code reviews with configurable depth (light, standard, thorough) tailored to the risk level of the current change set.
  • Automated Issue Remediation: Verifies, deduplicates, and batch-fixes all safe verified findings, then re-runs affected quality checks to confirm fixes are effective.
  • Use Case: When implementing a Dex ticket, use this Skill to automatically scan your code for bugs, contract violations, and regressions, resolve safe issues, and generate a formal review result for the workflow.

Quick Start

Invoke the dxreview skill to perform a complete adaptive review of your current code changes, automatically fix all safe verified issues, and output a formal review result for your Dex workflow.

Frequently Asked Questions about dxreview

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

FAQPage Schema
What is an automated code review workflow for pull requests?

An automated code review workflow scans change sets for bugs and contract violations, then applies batch remediation to fix verified issues and enforce quality gates before PR submission. This eliminates manual review overhead and inconsistent quality checks.

How do I automate code review fixes for my repository changes?

To automate code review fixes, invoke a review wave that scans your code changes, deduplicates findings, applies batch remediation to safe issues, and re-runs affected quality checks to confirm the fixes are effective.

Can I adjust the depth of automated code reviews based on risk level?

Yes, automated code reviews support configurable depth profiles including light, standard, and thorough. You select the appropriate review depth to match the specific risk level of your current code change set.

Does automated code review work with phase-based ticket-to-PR workflows?

Yes, automated code review integrates with phase-based ticket-to-PR workflows by outputting a formal review result signal. This satisfies the workflow state requirement for quality gate enforcement across Dex-managed repositories.

What are the limitations of batch remediation in automated code reviews?

Batch remediation in automated code reviews is limited to safe verified findings only. It does not automatically apply fixes to complex or high-risk issues, requiring human oversight for ambiguous code violations.

What is the best way to ensure code quality before PR submission?

The best way to ensure code quality before PR submission is running a thorough automated review wave that enforces quality gates, verifies findings, applies batch remediation, and signals formal review results to your workflow.