thermo-nuclear-code-quality-review
Installation
SKILL.md
Thermo-nuclear code quality review
This skill audits a branch, PR, diff, or changed files with a high bar for maintainability. Its job is to find structural regressions and missed simplifications, not cosmetic nits.
Host protocol
- Identify the review target. Prefer the current branch against its base. If no base is obvious, inspect git remotes and branch history before choosing.
- In Codex, use native Codex subagents when available for independent review coverage. Keep workers read-only.
- In Claude Code, usually delegate the review to Codex CLI unless the user explicitly asks to keep the review inside Claude. Use
scripts/spawn-codex-reviewer.shfrom this skill. - Use
codex review --uncommitted,codex review --base <branch>, or a read-onlycodex execworker when that fits the target better. - Inspect the diff yourself after any worker returns. Worker output is evidence, not the final answer.
Claude Code default: