dx-step-fix

Diagnose and fix blocked plan steps from implement.md errors.

6|3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-step-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-step-fix
Source: https://github.com/easingthemes/dx-aem-flow/tree/main/plugins/dx-core/skills/dx-step-fix
Command: npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-step-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and fix issues that blocked a plan step — compilation errors, test failures, or review feedback.

Core Features & Use Cases

  • Directly fix blocked steps by diagnosing root causes and applying fixes to the step machinery.
  • Gather error context from implement.md, build/test outputs, and review feedback to determine remediation.
  • If a direct fix is not feasible, create corrective steps in implement.md (heal) with clear verification commands and statuses.

Quick Start

Trigger the step-fix workflow with the blocked step ID to diagnose and attempt a direct fix.

Frequently Asked Questions about dx-step-fix

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

FAQPage Schema
How do I fix a blocked plan step caused by build errors or test failures?

To fix a blocked plan step, diagnose the root cause of build errors or test failures from error context and apply a direct remediation. If a direct fix is not feasible, generate corrective steps in implement.md with verification commands.

What is the best way to diagnose compilation errors blocking my implementation plan?

Diagnosing compilation errors involves analyzing error context from build outputs and review feedback to determine the remediation path. This process applies direct fixes to the step machinery or creates corrective steps to heal the blocked implementation.

How do I handle review feedback that blocks a plan step?

Handling review feedback that blocks a plan step requires analyzing the feedback context to determine a remediation path. You can apply a direct fix and re-verify, or create corrective steps in implement.md with a clear verification command and status.

Can I automatically re-verify a plan step after applying a direct fix?

Yes, you can re-verify a plan step after applying a direct fix. The diagnostic workflow analyzes error context, applies a feasible remediation, and re-verifies the step to ensure the compilation errors or test failures are resolved.

What should I do when a direct fix for a blocked step is not feasible?

When a direct fix for a blocked step is not feasible, create corrective steps in implement.md to heal the plan. These corrective steps include a clear verification command and status to ensure the compilation errors or test failures are properly resolved.

Does automated debugging work with steps described in implement.md?

Automated debugging works directly with steps described in implement.md. It analyzes error context, root causes, and available conventions to determine a remediation path for blocked steps caused by build errors, test failures, or review feedback.