Code Review

When coding is done and changes need review → multi-dimensional code review (SOLID, security, quality, edge cases), outputs structured report.

cklxx Updated

File contents

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.

调用

python3 skills/code-review/run.py review

cklxx/elephant.ai/tree/main/skills/code-review commit 141b03e8df

Frequently asked questions

npx skillmds@latest add cklxx/code-review