What problem does it solve? Reviewing a branch for both bugs/security risks and code-quality issues requires two distinct review passes, and running them sequentially is slow while merging their results manually is error-prone. This Skill runs both reviews concurrently as background subagents and produces one deduplicated, prioritized findings report. ## Core Features & Use Cases - Parallel Dual Review: Launches the thermo-nuclear-review-subagent (bugs, security, devex regressions, feature-flag leaks) and the thermo-nuclear-code-quality-review-subagent (maintainability, structure, file-size growth, abstractions) simultaneously as background tasks. - Scoped Diff Analysis: Determines review scope from the user request, PR, current branch, or changed files, and passes the same diff context to both reviewers. - Synthesized Findings: Deduplicates overlapping findings, weights issues flagged by both reviewers more heavily, resolves disagreements, and surfaces a unified verdict. - Use Case: Before merging a feature branch, ask for a thermos review to get a single prioritized list of branch-audit risks and code-health concerns with file references and evidence. ## Quick Start Ask the assistant to run a thermos review on the current branch to audit it for bugs, security issues, and code-quality problems in parallel.