Cursor /thermo-nuclear-code-quality-review

Cursor's most-used internal skill (as of late May 2026). A code-quality review pass that deletes complexity rather than relocating it. Source: X/@ericzakariasson, 2026-05-21

Eric Zakariasson (Cursor) described /thermo-nuclear-code-quality-review as "the most used skill internally at Cursor right now." Unlike review passes that approve any working PR, this one optimizes for whether the change makes the codebase simpler. Source: X/@ericzakariasson, 2026-05-21

What It Enforces

  • Deletes complexity instead of moving it rather than shuffling logic between files.
  • Blocks files over 1,000 lines.
  • Flags thin wrappers and leaked logic (abstractions that add indirection without value).
  • Rejects PRs that work but make the code messier.

Source: X/@ericzakariasson, 2026-05-21

Field Report

Parth Jadhav ran it on a real PR for roughly 30 minutes and reported it "immensely improved the code quality," joking it was "67x better than /simplify from Claude Code" (a six-seven gag, not a benchmark). The signal worth keeping: this is a long-running, deep review pass, not a quick lint. Source: X/@ParthJadhav8, 2026-05-22

In the current public source, the skill ships inside Cursor Team Kit, Cursor's official plugin bundle. That matters for provenance: this is not just a viral prompt, it is part of a maintained skill/plugin package with adjacent CI, PR, smoke-test, and verification workflows. Source: GitHub cursor/plugins, 2026-06-30

The reviewed video thumbnail shows Cursor Composer 2.5 in an everysphere workspace, with a /review hint in the empty-state copy. The visual does not add implementation details beyond the tweet and Team Kit source; its value is confirming this was shown as an IDE-native review workflow, not a standalone CLI tool. Source: local X image artifact, 2026-06-30

Current source snapshot remains the Cursor Team Kit plugin: cursor/plugins at 0452e08a314c03621ec5ac1324f1ad1dd824f1a4, 2,184 stars, no repo-level license metadata, and Team Kit plugin manifest version 1.2.0 with MIT license. Brin returned 65 caution for cursor/plugins and 59 caution for the skill scan, so the no-mass-import decision still stands. Source: GitHub API, plugin manifest, Brin API, 2026-06-30

Where It Fits Kevin's Stack

The skill operationalizes the same "good taste" principle as the torvalds skill (remove special cases, prefer the cleaner algorithm) and Kevin's 200-LOC PR / no-thin-wrapper conventions in Git Workflow. It runs inside Cursor 2.0 and Composer as a review gate, complementary to Security and Review Skills (staff-engineer production-bug review) and Code Review Graph (AST blast-radius). Use it as the simplicity ratchet before merging large agent-authored diffs.


Timeline