Help us improve
Share bugs, ideas, or general feedback.
From nuclear-grade
Reviews diffs and modules for code quality standards, favoring deletion over rearrangement, and delivering a single honest verdict. Use when changes risk oversized files, needless layers, feature logic leaking into shared code, or clever indirection.
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-gradeHow this skill is triggered — by the user, by Claude, or both
Slash command
/nuclear-grade:reviewing-code-qualityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Standards drift in code is the slow buildup of complexity. Files grow until no one can hold them in their head. Layers get added that do not pull their weight. Logic for one feature leaks into shared code. Clever, hard-to-follow code replaces plain, direct code. Each step looks fine on its own. Added up, they make a system no one can maintain. This review holds the line and keeps standards risi...
Conducts multi-axis code reviews evaluating correctness, readability, architecture, security, and performance before merging changes.
Runs an unusually strict maintainability review focused on abstraction quality, file size limits, and spaghetti-condition growth. Use for deep code quality audits or harsh structural reviews.
Extremely strict maintainability review focusing on abstraction quality, file size discipline, and spaghetti-condition prevention. Useful for harsh code quality audits or deep structural reviews.
Share bugs, ideas, or general feedback.
Standards drift in code is the slow buildup of complexity. Files grow until no one can hold them in their head. Layers get added that do not pull their weight. Logic for one feature leaks into shared code. Clever, hard-to-follow code replaces plain, direct code. Each step looks fine on its own. Added up, they make a system no one can maintain. This review holds the line and keeps standards rising. Its strongest move is deletion: prefer removing structure over moving it around. It ends in one honest verdict, not a softened summary. A review that always says "looks good" is not a control.
This skill is an original software workflow influenced by nuclear-industry rising-standards and questioning-attitude culture (Rickover and Navy nuclear practice as concept lineage, not an implemented program) and by the self-checking and verification practices in DOE-HDBK-1028-2009 mapped in docs/00-standards-foundation/source-map.md. It does not create DOE compliance, formal assurance, safety, security, certification, or regulatory adequacy.