What problem does it solve? Running an adversarial code review consistently is hard when reviewers reinterpret rules from memory or drift from the agreed standard. This Skill ensures the Thermonuclear Review is applied exactly as defined, against a supplied diff or the current branch, without duplicating or reinterpreting the review rules. ## Core Features & Use Cases - Authoritative review definition: Reads .ns/reviews/thermonuclear-review/review.md as the single source of truth and applies it exactly to the target changes. - CLI integration: Prefers the ns reviews review run thermonuclear-review command when running inside the ns repository with the ns command face available. - Read-only, grounded findings: Stays read-only and keeps every finding grounded in the actual diff rather than speculation. - Use Case: Before merging a branch, invoke the review so the agent loads the Thermonuclear Review definition and reports findings against your current branch changes, then log results durably via .ns/reviews/README.md guidance. ## Quick Start Ask the agent to run the Thermonuclear Review against the current branch changes and report the findings.