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 parallel:
/skill:thermo-nuclear-review
for bugs, breakages, security, devex regressions, feature-flag leaks, and other branch-audit risks.
/skill:thermo-nuclear-code-quality-review
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. 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.