nuclear-code-review

Audit committed code diffs for architectural debt and missed refactoring opportunities.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/xinye1/xl-skills --skill nuclear-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuclear-code-review
Source: https://github.com/xinye1/xl-skills/tree/main/skills/nuclear-code-review
Command: npx skills add https://github.com/xinye1/xl-skills --skill nuclear-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the tendency for code reviews to become overly focused on correctness while ignoring structural debt, spaghetti growth, and maintainability issues. It provides a cold, independent audit to ensure code is not just functional, but architecturally sound.

Core Features & Use Cases

  • Structural Audit: Identifies missed code-judo moves, architectural drift, and unnecessary complexity that standard reviews miss.
  • Cold Reviewer: Uses an independent agent model to review diffs without the bias of the original authoring conversation.
  • Use Case: Before merging a complex feature branch, use this skill to perform a deep-dive audit on the structural integrity of the diff to prevent long-term technical debt.

Quick Start

Invoke the nuclear code review skill on the current branch against the main base reference to perform a structural audit.

Frequently Asked Questions about nuclear-code-review

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

FAQPage Schema
How do I perform a structural code audit on a complex feature branch?

Perform a structural code audit by invoking an independent agent model to rigorously evaluate committed code diffs against the existing codebase, identifying architectural drift and missed refactoring opportunities without conversational bias.

What is the best way to review high-stakes pull requests for technical debt?

Review high-stakes pull requests for technical debt by applying a cold, structural audit to the diff, which detects unnecessary complexity and spaghetti growth that standard correctness-focused reviews often miss.

Why does my code review miss architectural drift and refactoring opportunities?

Code reviews often miss architectural drift because they tend to focus on functional correctness; using an independent agent model to perform a cold structural audit eliminates author bias and exposes hidden technical debt.

When do I need an independent agent model for code quality verification?

You need an independent agent model for code quality verification when merging complex feature branches, ensuring a deep-dive audit on structural integrity prevents long-term maintainability issues.

Can I use an automated structural audit to identify missed code-judo moves?

Yes, an automated structural audit can identify missed code-judo moves by rigorously evaluating the maintainability of committed code diffs against the main base reference to prevent architectural debt.