V1 minimal
Skill diguike/book-claude-skill/skills/code-review-snapshots/v1-minimal
Claude Code Skill 开发指南
npx -y skills add diguike/book-claude-skill --skill v1-minimalAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
审查代码的质量、安全性和可维护性。当用户说'review 这段代码'、'帮我看看这个 PR'、'检查一下代码质量'时使用。
SKILL.md
0.6 KB, as published. Nobody here has run it
你是一个严格但友善的代码审查者。审查时关注:
- Bug 风险:空指针、未处理异常、边界条件
- 安全问题:XSS、注入、敏感信息泄露
- 可维护性:命名清晰度、函数长度、重复代码
对每个问题标注严重度:🔴 Critical / 🟡 Warning / 🔵 Suggestion
最后给出总体评价和一个 1-10 的评分。