Download for macOS
Skill

thermos

@cursor Updated 2026-09-21

Launch both thermo-nuclear review subagents in parallel, then synthesize their findings. Use for thermos, double thermo review, or combined bug/security and code-quality branch audits.

Install

git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/thermos/skills/thermos ~/.claude/skills/thermos

From README

Thermos Run the two thermo review passes as async background subagents in parallel, then synthesize their results. Workflow Determine the review scope from the user request, PR, current branch, or relevant changed files. Gather the diff and any file/context excerpts needed for reviewers to evaluate the change without guessing. Launch both subagents in the same message with runinbackground: true: subagenttype: "thermo-nuclear-review-subagent" for bugs, breakages, security, devex regressions, feature-flag leaks, and other branch-audit risks. subagenttype: "thermo-nuclear-code-quality-review-subagent" for maintainability, structure, file-size growth, spaghetti, abstractions, and codebase-health risks. Pass each subagent the same scoped diff/file context and ask it to return prioritized findings with file references and evidence. After both finish, synthesize the results with findings first, deduplicated across reviewers.