From claude-commands
Dispatches four independent adversarial code reviews against ZFC, ZFC-leveling, and root-cause-first standards plus a thermo-nuclear agent lane.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-commands:code-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to dispatch code, diff, PR, or proposed-implementation review
Use this skill to dispatch code, diff, PR, or proposed-implementation review against the repo's core standards. This is a pointer/dispatch skill: reference the source skills below instead of duplicating their standards.
Load the relevant source skills by path and treat them as authoritative.
These live at ~/.claude/skills/ (user-scope, shared across all repos) and are
mirrored under .codex/skills/ as pointer files. Skill discovery resolves
personal skills before project skills.
.claude/skills/zero-framework-cognition/SKILL.md (/zfc).claude/skills/zfc-leveling-roadmap/SKILL.md (/zfclevel).claude/skills/root-cause-first/SKILL.md (/root-cause-first)Agent tool with subagent_type: thermo-nuclear-code-quality-review (/thermo)/zfc, /zfclevel, /root-cause-first, and /thermo./thermo lane uses subagent_type: thermo-nuclear-code-quality-review
(NOT a bash command). Pass: diff summary, file list, working dir.Return a concise report:
## Code Standards Report
Scope: <file, diff, PR, or task>
- ZFC: PASS/WARN/FAIL - <evidence>
- ZFC leveling: PASS/WARN/FAIL - <evidence or permitted N/A caveat>
- Root-cause-first: PASS/WARN/FAIL - <evidence or permitted N/A caveat>
- Thermo: PASS/WARN/FAIL - <evidence or structural blockers>
Blockers:
- <line-level issue and required fix>
Next checks:
- <tests, evidence, or review steps needed>
If there are no blockers, say so explicitly and list any residual risks. Do not mark any of the four lanes as skipped.
npx claudepluginhub jleechanorg/claude-commands --plugin claude-commandsReviews code changes for correctness, readability, architecture, security, and performance. Checks lint, type safety, test coverage, and security issues. Use for PRs, audits, or pre-merge reviews.
Reviews code quality in stage 2 of two-stage review process. Checks SOLID, DRY, security, and test quality using diff analysis. Requires spec-review to have passed first.
Multi-phase code review pipeline with mechanical checks, graph-scoped context, parallel review agents, cross-agent deduplication, and structured output. Use for completed work reviews.