Run an explicitly requested, unusually strict dygo maintainability audit that seeks structural simplification, removes accidental complexity, and challenges weak abstractions without changing behavior.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add hapyco/dygo --skill dygo-thermonuclear-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dygo Thermonuclear Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hapyco-dygo-thermonuclear-review)More formats (shields.io, HTML) on the badges page.
---
name: dygo-thermonuclear-review
description: Run an explicitly requested, unusually strict dygo maintainability audit that seeks structural simplification, removes accidental complexity, and challenges weak abstractions without changing behavior.
---
# dygo Thermonuclear Review
Use this skill only when the user asks for a thermonuclear, severe, exhaustive, or especially harsh code-quality review.
## Standard
Search for a structural move that deletes concepts, branches, modes, wrappers, duplication, or special cases. Do not stop at local style comments.
Challenge:
- framework capability hidden in a private Core-only path;
- Business App logic inside reusable framework packages;
- duplicated metadata decoding, naming, permission, query, or API contracts;
- files and components that became too large to reason about;
- scattered conditionals that indicate a missing model or policy;
- pass-through abstractions and generic mechanisms that hide simple data flow;
- optionality, casts, maps, or fallbacks that conceal an invariant;
- non-atomic related updates and avoidable sequential orchestration;
- one-off Studio patterns outside the design system;
- public SDK surface that has not earned a compatibility promise.
## Boundaries
- Preserve behavior unless the user also authorized implementation changes.
- Do not reward novelty. Prefer direct and boring structure.
- Support every finding with concrete code evidence and maintenance impact.
- Distinguish a defect from an ambitious redesign opportunity.
- Do not require broad rewrites when a smaller structural correction removes the same complexity.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!