Skills
Thermos
Thermo-nuclear branch review for Cursor agents. Runs a deep correctness and security audit and a harsh maintainability audit as parallel subagents, then merges their findings into one verdict.
#code-review
#security
#code-quality
#subagents
Skill
---
name: thermos
description: "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."
disable-model-invocation: true
---
# Thermos
Run the two thermo review passes as async background subagents in parallel, then synthesize their results.
## Workflow
1. Determine the review scope from the user request, PR, current branch, or relevant changed files.
2. Gather the diff and any file/context excerpts needed for reviewers to evaluate the change without guessing.
3. Launch both subagents in the same message with `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.
4. Pass each subagent the same scoped diff/file context and ask it to return prioritized findings with file references and evidence.
5. After both finish, synthesize the results with findings first, deduplicated across reviewers. Weight overlapping findings more heavily, resolve disagreements with your own judgment, and keep summaries brief.
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.
Usage Example
/thermos — both reviewers in parallel, findings deduplicated into one verdict
/thermo-nuclear-review — correctness and security audit only
/thermo-nuclear-code-quality-review — maintainability audit only
Created by
CursorIn this pack
Thermo-Nuclear Review
Comprehensive security and correctness audit of a branch's changes. Hunts for bugs, breaking changes, security holes, devex regressions and feature-gate leaks, scoped strictly to the diff.
Thermo-Nuclear Code Quality Review
Extremely strict maintainability review of a branch's changes. Pushes for code-judo restructurings, blocks files growing past 1,000 lines, and flags spaghetti conditionals, leaky boundaries and thin abstractions.
No resources match your search.