| name | code-review |
| description | Run a multi-dimensional code review covering SOLID architecture, security, quality, and edge cases, outputting a structured severity report. |
| triggers | {"intent_patterns":["review|审查|code review|CR|代码审查|review code"],"context_signals":{"keywords":["review","审查","CR","code review","代码质量","merge"]},"confidence_threshold":0.6} |
| priority | 9 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 60 |
code-review
Run a multi-dimensional code review (SOLID architecture, security, quality, edge cases, cleanup) on the current diff and output a structured report with severity levels (P0-P3). All review checklists, workflow steps, and report generation are handled by run.py.
Quick Reference
| Intent | Command | Key Params |
|---|
| Review current diff | $PYTHON $SKILL_DIR/run.py review | none |
Usage
$PYTHON $SKILL_DIR/run.py review