Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.
.claude/skills/kunanonj-cursor-plugin-teamkit-thermo-nuclear-code-quality-review/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | 148% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 133% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 130% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 127% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 111% | 0% |
Use this skill for an unusually strict review focused on implementation quality, maintainability, abstraction quality, and codebase health.
Above all, this skill should push the reviewer to be ambitious about code structure. Do not merely identify local cleanup opportunities. Actively search for "code judo" moves: restructurings that preserve behavior while making the implementation dramatically simpler, smaller, more direct, and more elegant.
Start from this baseline:
> Perform a deep code quality audit of the current branch's changes. > Rethink how to structure / implement the changes to meaningfully improve code quality without impacting behavior. > Work to improve abstractions, modularity, reduce Spaghetti code, improve succinctness and legibility. > Be ambitious, if there is a clear path to improving the implementation that involves restructuring some of the codebase, go for it. > Be extremely thorough and rigorous. Measure twice, cut once.
Apply the baseline prompt above, plus these explicit review rules:
unknown, any, or cast-heavy code when a clearer type boundary could exist.For every meaningful change, ask:
Escalate findings when you see:
any, unknown, or optional params that muddy the real contract.When you identify a code-quality problem, prefer suggestions like:
Do not be satisfied with "maybe rename this" feedback when the real issue is structural. Do not be satisfied with a merely cleaner version of the same messy idea if there is a plausible path to a much simpler idea.
Be direct, serious, and demanding about quality. Do not be rude, but do not soften major maintainability issues into mild suggestions. If the code is making the codebase messier, say so clearly. If the implementation missed an opportunity for a dramatic simplification, say that clearly too.
Good phrases:
this pushes the file past 1k lines. can we decompose this first?this adds another special-case branch into an already busy flow. can we move this behind its own abstraction?this works, but it makes the surrounding code more spaghetti. let's keep the behavior and restructure the implementation.this feels like feature logic leaking into a shared path. can we isolate it?this abstraction seems unnecessary. can we just keep the direct flow?why does this need a cast / optional here? can we make the boundary more explicit instead?this looks like a bespoke helper for something we already have elsewhere. can we reuse the canonical one?i think there's a code-judo move here that makes this much simpler. can we reframe this so these branches disappear?this refactor moves complexity around, but doesn't really delete it. is there a way to make the model itself simpler?Prioritize findings in this order:
Do not flood the review with low-value nits if there are larger structural issues. Prefer a smaller number of high-conviction comments over a long list of cosmetic notes.
Do not approve merely because behavior seems correct. The bar for approval is:
Treat these as presumptive blockers unless the author can justify them clearly:
If those conditions are not met, leave explicit, actionable feedback and push for a cleaner decomposition.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-03 | pass→pass | 10,996 | 7,366 | -33% | 1 | 1 | 0% | 1,781 | 3,756 | +111% | 0 | 0 | — |
case-04 | pass→pass | 7,900 | 3,744 | -53% | 1 | 1 | 0% | 1,301 | 3,179 | +144% | 0 | 0 | — |
case-05 | pass→pass | 19,765 | 7,997 | -60% | 1 | 1 | 0% | 1,750 | 3,624 | +107% | 0 | 0 | — |
case-06 | pass→pass | 10,817 | 5,104 | -53% | 1 | 1 | 0% | 2,054 | 3,354 | +63% | 0 | 0 | — |
case-12 | fail→pass | 8,386 | 7,869 | -6% | 1 | 1 | 0% | 1,561 | 3,864 | +148% | 0 | 0 | — |
case-01 | pass→pass | 9,449 | 7,181 | -24% | 1 | 1 | 0% | 1,646 | 3,736 | +127% | 0 | 0 | — |
case-02 | pass→pass | 11,567 | 9,056 | -22% | 1 | 1 | 0% | 1,979 | 4,151 | +110% | 0 | 0 | — |
case-07 | pass→pass | 7,118 | 6,257 | -12% | 1 | 1 | 0% | 1,316 | 3,641 | +177% | 0 | 0 | — |
case-08 | pass→pass | 9,609 | 6,369 | -34% | 1 | 1 | 0% | 1,682 | 3,498 | +108% | 0 | 0 | — |
case-09 | fail→pass | 9,432 | 8,280 | -12% | 1 | 1 | 0% | 1,674 | 3,907 | +133% | 0 | 0 | — |
case-10 | pass→pass | 13,690 | 11,866 | -13% | 1 | 1 | 0% | 2,327 | 4,415 | +90% | 0 | 0 | — |
case-11 | fail→pass | 8,108 | 3,849 | -53% | 1 | 1 | 0% | 1,390 | 3,198 | +130% | 0 | 0 | — |
case-13 | pass→pass | 10,315 | 8,951 | -13% | 1 | 1 | 0% | 1,794 | 3,944 | +120% | 0 | 0 | — |
case-14 | pass→pass | 11,530 | 10,197 | -12% | 1 | 1 | 0% | 1,898 | 4,174 | +120% | 0 | 0 | — |
case-15 | pass→pass | 9,158 | 7,251 | -21% | 1 | 1 | 0% | 1,511 | 3,779 | +150% | 0 | 0 | — |
case-16 | pass→pass | 12,535 | 11,090 | -12% | 1 | 1 | 0% | 2,176 | 4,367 | +101% | 0 | 0 | — |
case-17 | pass→pass | 8,541 | 8,106 | -5% | 1 | 1 | 0% | 1,479 | 3,810 | +158% | 0 | 0 | — |
case-18 | fail→pass | 10,857 | 11,925 | +10% | 1 | 1 | 0% | 1,945 | 4,413 | +127% | 0 | 0 | — |
case-19 | pass→pass | 12,624 | 10,350 | -18% | 1 | 1 | 0% | 2,068 | 4,270 | +106% | 0 | 0 | — |
case-20 | pass→pass | 12,963 | 10,631 | -18% | 1 | 1 | 0% | 2,054 | 4,070 | +98% | 0 | 0 | — |
case-21 | fail→fail | 5,442 | 5,750 | +6% | 1 | 1 | 0% | 455 | 3,098 | +581% | 0 | 0 | — |
case-22 | pass→pass | 15,766 | 15,429 | -2% | 1 | 1 | 0% | 2,701 | 5,277 | +95% | 0 | 0 | — |
case-23 | pass→pass | 7,192 | 5,464 | -24% | 1 | 1 | 0% | 1,402 | 3,596 | +156% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +17 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.