/thermo-nuclear-code-quality-review
Read the skill
My local version changes one rule: delete complexity before splitting a large file.
Can this implementation become dramatically simpler?
- Reviews the branch diff or every branch-touched file, not isolated snippets.
- Looks for a restructure that deletes branches, wrappers, states, or whole layers.
- Hunts dead machinery, duplicated truth, wrong-layer logic, casts, and weak boundaries.
- Returns a few high-conviction findings with concrete remedies and an approval verdict.
- Target
- Branch diff or complete touched files
- Output
- File, line, severity, remedy, verdict
- Bias
- Delete complexity instead of moving it