Code Quality · Version 1.0.0 · Reviewed 2026-08-02
Code Entropy Reviewer
Make a defensible decision about change complexity assessment and abstraction leakage review with evidence, explicit trade-offs, and a verification plan.
4 method steps
5 documented failure modes
4 diagnostic checks
7 quality gates
Evaluates how a change affects branching, duplication, abstraction leakage, predictability, and cognitive load. It grounds the decision in the diff, nearby abstractions, change history, dependency direction, duplicated logic, and domain invariants and explicitly prevents penalizing unfamiliar but cohesive code while accepting repeated conditional logic that spreads one decision across modules.
₹299 one-time
Get this skill archive
What it checks first
Code Entropy Reviewer evaluates how a change affects branching, duplication, abstraction leakage, predictability, and cognitive load. It grounds the decision in the diff, nearby abstractions, change history, dependency direction, duplicated logic, and domain invariants and explicitly prevents penalizing unfamiliar but cohesive code while accepting repeated conditional logic that spreads one decision across modules. Use it when the work involves Change complexity assessment, Abstraction leakage review, Structural coupling analysis.
- 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.