What problem does it solve?
This Skill turns an observed defective skill output into a traceable root-cause analysis of the earliest faulty skill artifact, then proposes (and optionally applies) the smallest safe correction while preserving the original public contract.
Core Features & Use Cases
- Root-cause traceability: pinpoints the earliest faulty skill artifact with concrete file/line evidence.
- Defect classification: maps the issue to one or more Traditional Chinese skill defect types using a shared taxonomy.
- Minimal corrective patch proposal: drafts the smallest artifact changes and includes backward verification (mental replay) to ensure the original defect would not recur.
- Optional repair and reporting: can apply the patch after approval, logs clarification entries when applicable, and emits a readable RCA report; also recommends program-like reformulation when structural drift is detected.
Quick Start
Use the skill-rca workflow to analyze a defective skill artifact by providing the faulty output details, the target skill path/name, and (if available) an issue id for logging.