From claude-commands
Reviews level-up, rewards, XP, and modal-flow work for clean architecture and ZFC compliance. Produces a judgment on file ownership, model-owned cognition, and scope separation.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-commands:zfclevelcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /zfclevel ## Purpose Review level-up, rewards, XP, and modal-flow work for clean architecture and ZFC compliance. This is a judgment-first review command, not a grep gate. Primary standards: - Clean code: small coherent changes, clear ownership, minimal coupling, no duplicated decision logic, and no unrelated scope in a level-up PR. - ZFC: model decides, server executes. Application code must not add semantic routing, keyword/prefix classification, heuristic scoring, or backend recomputation of model-owned level-up decisions. - Level-up architecture: follow `.claude/skills/zfc-le...
Review level-up, rewards, XP, and modal-flow work for clean architecture and ZFC compliance. This is a judgment-first review command, not a grep gate.
Primary standards:
.claude/skills/zfc-leveling-roadmap/SKILL.md
and its file responsibility table.Automated grep gates, line counts, CI labels, PR body claims, and previous bot comments are supporting evidence only. They never determine the verdict.
Load these repo-local skills before judging:
.claude/skills/zero-framework-cognition/SKILL.md.claude/skills/zfc-leveling-roadmap/SKILL.md.claude/skills/root-cause-first/SKILL.md.claude/skills/code-standards/SKILL.mdIf a command argument is provided, review that scope. Otherwise review the
current diff or active PR. For PR work, prefer changed lines from
origin/main...HEAD; do not block on pre-existing debt unless this PR newly
uses, expands, or relies on it.
Use FAIL when current changed lines introduce or expand:
Use WARN when the issue is real but can be safely deferred because it is
display-only, documentation-only, or pre-existing debt not expanded by this PR.
Use PASS only when the changed lines preserve clean ownership and ZFC
principles, with any backend correction narrow, logged, and justified.
## /zfclevel Report
Scope: <diff, PR, file, or task>
### Verdict
PASS/WARN/FAIL - <one sentence>
### Changed-File Ownership
| File | Added behavior | Owner verdict | Evidence |
|---|---|---|---|
### ZFC / Clean-Code Findings
- <severity>: <file:line> <issue> -> <required action>
### Backend Adjustment Proof
| Component | Non-prompt behavior | Proof state | Verdict |
|---|---|---|---|
### In This PR
- <small, scope-tight fixes required before merge>
### Later
- <tracked follow-up debt with bead/design reference>
### Supporting Checks
- <grep gates, tests, CI, evidence status; supporting only>
End with PASS, WARN, or FAIL; do not report a grep-gate pass as ZFC
alignment.
npx claudepluginhub jleechanorg/claude-commands --plugin claude-commands/challengePerforms senior architecture review on code or PRs, categorizing blocking violations, must-fix smells, and tech debt with code fixes, positives, and merge verdict. Also supports respond mode.
/ng-code-reviewReviews a code change for slipping quality standards and structural issues, producing a ranked list of findings and a verdict. Favors deletion over rearrangement.
/evalEvaluates implemented code for quality (SOLID/DRY), architecture, test coverage, performance, security; suggests iterative improvements via Code Reviewer Agent.
/code-reviewRuns a structured multi-agent code review checking SOLID/DRY quality, OWASP security, pattern consistency, and test coverage against spec requirements. Supports --cross-model and --dry-run flags.
/reviewRuns a 12-angle code review with skeptical triage for P0/P1 findings, or renders a requirement-to-test traceability tree. Supports --deep for full triage and trace subcommand for impact analysis.
/bestAudits specified code scope for architecture, clean code, DRY, SOLID principles, and security best practices, producing prioritized findings report with recommendations.