Sample no evals
Skill alibaba/skill-up/skills/skill-upper/evals/fixtures/skills/sample-no-evals
帮助用户进行代码审查,识别常见代码问题并给出修改建议。From its SKILL.md
npx -y skills add alibaba/skill-up --skill sample-no-evalsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 219 tokens by cl100k_base, as published. Nobody here has run it
code-review-helper
一个代码审查辅助 Skill,帮助开发者快速发现代码中的常见问题。
功能
- 识别空指针风险、未处理异常、资源泄漏等常见问题
- 检查代码风格与命名规范
- 给出具有可操作性的修改建议
触发场景
- 用户要求 "帮我 review 这段代码"
- 用户提交了代码 diff 并想获得反馈
- 用户想检查代码质量
使用方式
直接将代码片段或 diff 发给 Agent,Skill 会自动分析并输出审查报告。
输出格式
审查报告包含:
- 问题列表(严重程度 + 位置 + 描述)
- 修改建议
- 总结评价
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.