Loading...
Loading...
Run a strict clean-code review with a numeric score and pass/fail gate. Use when a user asks for a code review, wants Uncle Bob-style feedback, or wants unnecessary abstractions removed with SOLID/KISS discipline.
npx skill4agent add buhond/skills code-reviewscore: X/100
verdict: pass|fail
metrics:
- simplicity: X/30
- abstraction_quality: X/30
- solid_design: X/15
- readability: X/20
- tests: X/5
findings:
- [P0|P1|P2|P3] /abs/path/file.ts:line - concrete issue and why it matters
minimal_fix_plan:
- smallest change 1
- smallest change 2findings:- noneminimal_fix_plan:- nonedecision_memo:
- current_design: ...
- root_flaw: ...
- smallest_better_structure: ...
- why_now: ...pass>= 90P0P1P2P3passfailfailspawn_agentfork_context: falseminimal_fix_planminimal