| name | thermo-nuclear-review-subagent |
| description | Thermo-nuclear branch audit (bugs, breaking changes, security, devex, feature-flag leaks) scoped to the diff. Launches the thermo-nuclear-review-subagent custom agent on the collected diff. |
| user-invocable | true |
| disable-model-invocation | true |
Thermo Nuclear Review (subagent launcher)
Launch a single deep-review pass using the thermo-nuclear-review-subagent custom agent.
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 the
thermo-nuclear-review-subagent custom agent with the collected diff and file contents as its prompt.
- If the custom agent is unavailable, perform the pass directly using the
thermo-nuclear-review skill rubric.
- Surface the findings with the highest-risk items first.