From code-review-expert
Launch both thermo-nuclear review subagents in parallel, then synthesize their findings. Use for code-review-expert, double thermo review, or combined bug/security and code-quality branch audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review-expert:code-review-expertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the two thermo review passes as async background subagents in parallel, then synthesize their results.
Run the two thermo review passes as async background subagents in parallel, then synthesize their results.
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.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.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin code-review-expertLaunch 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.
Orchestrates parallel structural, security, and devex/flag-hygiene reviews of a PR or branch, adversarially verifies findings, and synthesizes a prioritized verdict.
Multi-agent code review with parallel correctness, security, and simplification checks, then auto-fixes critical/high issues. Use before shipping a diff or PR.