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-expertGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.