# Code Review

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

- Skill: `cklxx/code-review` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add cklxx/code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cklxx/code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: cklxx (https://skillmd.com/u/cklxx)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/cklxx/code-review

---


# 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.

## 调用

```bash
python3 skills/code-review/run.py review
```

