| name | thermos |
| description | Run both Thermos review passes, then synthesize a single deduplicated report. Use for thermos, double thermo review, or combined bug/security and code-quality branch audits. |
| user-invocable | true |
| disable-model-invocation | true |
Thermos
Run the two thermo review passes, then synthesize their results into a single report.
Workflow
- Determine the review scope from the user request, PR, current branch, or relevant changed files.
- Gather
git diff <base>...HEAD, the changed-file list, and relevant full file contents needed to review confidently.
- Run both Copilot review agents in parallel when available (background mode if the host supports it):
thermo-nuclear-review-subagent
thermo-nuclear-code-quality-review-subagent
- If those agents are unavailable, run
thermo-nuclear-review and thermo-nuclear-code-quality-review instead; if agents are still unavailable, perform both passes using the bundled rubric skills.
- Synthesize a deduplicated final report with the highest-risk findings first.
If individual pass summaries are already visible to the user, do not restate them wholesale. Surface the unified verdict, highest-signal findings, and any remaining uncertainty.