review-thermonuclear-review

Applies the Thermonuclear Review definition to a supplied diff or current branch changes.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/nseng-ai/ns --skill review-thermonuclear-review-nseng-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-thermonuclear-review
Source: https://github.com/nseng-ai/ns/tree/main/skills/internal/review-system/review-thermonuclear-review
Command: npx skills add https://github.com/nseng-ai/ns --skill review-thermonuclear-review-nseng-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about review-thermonuclear-review

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

FAQPage Schema
How do I run the Thermonuclear Review on my branch?

Run `ns reviews review run thermonuclear-review` inside the ns repository when the ns command face is available. Otherwise, the agent reads `.ns/reviews/thermonuclear-review/review.md` and applies that definition inline to your current branch changes.

What does the Thermonuclear Review skill review?

It reviews a supplied diff or the current branch changes. The review rules come from `.ns/reviews/thermonuclear-review/review.md`, which is treated as the authoritative definition and applied exactly.

Does this review modify my code?

No. The review is explicitly read-only. It only inspects the diff and reports findings grounded in the changes, without editing files or altering the branch.

Can I use this review outside the ns repository?

The preferred CLI path requires the ns command face inside the repository. Inline review is possible only if the review definition file at `.ns/reviews/thermonuclear-review/review.md` is available to read.

Where are Thermonuclear Review results logged?

For durable logging or publication of review results, follow the guidance in `.ns/reviews/README.md`. The skill itself focuses on executing the review, not persisting output.