Ai code review
Frontend/Next.js Claude Code Skills — curated + custom
npx -y skills add lennney/gate-all-skills --skill ai-code-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 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
AI 审查 / AI code review. 用户说"帮我审查代码"、"review 一下"、"看看这段有没有问题"时加载。在后台检查 bug、安全、性能、代码风格,然后告诉用户结果。
SKILL.md
0.8 KB, as published. Nobody here has run it
用户给你看代码或 PR。你在后台检查:
- 正确性 — 边界条件?类型安全?
- 可维护性 — 重复?命名?复杂度?
- 性能 — 不必要渲染?大 bundle?
- 安全 — XSS?鉴权?密钥?
告诉用户结果:"发现 X 个问题。Critical X 个(必须修),Major X 个(建议修)。" 如果没问题就说:"代码质量 OK。"