Code Quality · Version 1.0.0 · Reviewed 2026-08-02
Code Anti-Pattern Remediation Planner
Make a defensible decision about anti-pattern detection and mechanism confirmation with evidence, explicit trade-offs, and a verification plan.
4 method steps
5 documented failure modes
4 diagnostic checks
7 quality gates
Finds harmful code patterns, proves their runtime consequence, and sequences focused remediations without cosmetic churn. It grounds the decision in the suspect code, call sites, change frequency, incident evidence, and tests at the affected boundary and explicitly prevents mechanical cleanup changing semantics while the real defect mechanism remains elsewhere in the call chain.
₹299 one-time
Get this skill archive
What it checks first
Code Anti-Pattern Remediation Planner finds harmful code patterns, proves their runtime consequence, and sequences focused remediations without cosmetic churn. It grounds the decision in the suspect code, call sites, change frequency, incident evidence, and tests at the affected boundary and explicitly prevents mechanical cleanup changing semantics while the real defect mechanism remains elsewhere in the call chain. Use it when the work involves Anti-pattern detection, Mechanism confirmation, Safe remediation sequencing.
- Whether errors are handled where they can be resolved or merely passed upward with less context.
- Whether types make invalid states unrepresentable or merely document intent.
- Ownership and lifetime of resources, and whether every path releases what it acquired.
- Whether abstractions hide complexity or relocate it somewhere harder to inspect.