Spins up two specialized review subagents in parallel: one hunts for bugs, security holes, and feature-flag leaks, while the other focuses on code quality, maintainability, and structural debt. Both run async in the background on the same diff, then their findings get deduplicated and synthesized with overlapping concerns weighted higher. The workflow is pretty prescriptive about gathering context upfront and keeping the final summary tight, which matters when you're already looking at two full review passes. Useful when you want comprehensive branch audit coverage without running reviews sequentially or when a PR touches enough surface area that you'd rather parallelize the paranoia.
npx -y skills add cursor/plugins --skill thermos --agent claude-codeInstalls into .claude/skills of the current project.
Run the two thermo review passes as async background subagents in parallel, then synthesize their results.
run_in_background: true:
subagent_type: "thermo-nuclear-review-subagent" for bugs, breakages, security, devex regressions, feature-flag leaks, and other branch-audit risks.subagent_type: "thermo-nuclear-code-quality-review-subagent" for maintainability, structure, file-size growth, spaghetti, abstractions, and codebase-health risks.If individual background summaries are already visible to the user, do not restate them wholesale. Surface the unified verdict, the highest-signal findings, and any remaining uncertainty.
metabase/metabase
metabase/metabase
telagod/code-abyss
github/awesome-copilot
DietrichGebert/ponytail