thermo-nuclear-review

Audit pull request changes for maintainability regressions and structural complexity.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jbreel77888/Agent-AiNorx --skill thermo-nuclear-review-jbreel77888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thermo-nuclear-review
Source: https://github.com/jbreel77888/Agent-AiNorx/tree/main/.kortix/opencode/skills/thermo-nuclear-review
Command: npx skills add https://github.com/jbreel77888/Agent-AiNorx --skill thermo-nuclear-review-jbreel77888

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of merging pull requests with poor maintainability, unstructured code, and hidden technical debt that erodes codebase health and slows down future development.

Core Features & Use Cases

  • Strict Maintainability Audits: Flags structural code issues including files exceeding 1000 lines, ad-hoc spaghetti conditionals, thin unnecessary abstractions, and architectural boundary leaks.
  • Code Simplification Discovery: Actively identifies "code judo" refactoring opportunities that delete entire layers of complexity while preserving existing functionality.
  • Use Case: Engineering teams can use this skill to enforce consistent high code quality standards on every pull request, reducing long-term technical debt and keeping the codebase easy to scale and maintain.

Quick Start

Use the thermo-nuclear-review skill to audit the current pull request's changes for maintainability issues and suggest high-impact structural simplifications.

Frequently Asked Questions about thermo-nuclear-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate maintainability checks and structural complexity audits on a pull request?

To automate maintainability audits on a pull request, you need a tool that flags structural issues like large files and architectural boundary leaks. This Skill performs deep code quality audits to identify structural complexity and enforce non-negotiable code standards.

What is the maximum file size limit enforced during a strict code review?

The maximum file size limit enforced during strict code review is 1000 lines. This Skill applies this boundary during pull request audits to prevent large file regressions and actively flags any code changes exceeding this maintainability threshold.

How do I find refactoring opportunities that eliminate unnecessary abstraction layers?

To find refactoring opportunities that eliminate unnecessary abstraction layers, you analyze code for thin abstractions and spaghetti conditionals. This Skill actively discovers structural simplifications that delete entire complexity layers while preserving existing functionality.

Does this code review tool work for any codebase or only specific frameworks?

This code review tool works for any codebase because it applies to general engineering code review workflows. It focuses on abstraction quality and architectural consistency without relying on specific framework dependencies or external component libraries.

Can a code quality audit detect architectural boundary leaks and spaghetti conditionals?

Yes, a code quality audit can detect architectural boundary leaks and spaghetti conditionals. This Skill specifically targets these structural regressions during pull request evaluations to eliminate hidden technical debt and unstructured indirection.

When should I use a strict maintainability audit instead of standard syntax linting?

You should use a strict maintainability audit instead of standard syntax linting when you need to evaluate architectural consistency and eliminate technical debt. This Skill prioritizes direct maintainable implementation patterns over hacky workarounds and unnecessary indirection.