Testing
Skill
/sample-no-evals
帮助用户进行代码审查,识别常见代码问题并给出修改建议。
Install
$ npx -y skills add alibaba/skill-up --skill sample-no-evals --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/sample-no-evals
Context preview
The summary Claude sees to decide when to auto-load this skill.
帮助用户进行代码审查,识别常见代码问题并给出修改建议。
SKILL.md
sample-no-evals.SKILL.mdname: code-review-helper description: 帮助用户进行代码审查,识别常见代码问题并给出修改建议。
code-review-helper
一个代码审查辅助 Skill,帮助开发者快速发现代码中的常见问题。
功能
- 识别空指针风险、未处理异常、资源泄漏等常见问题
- 检查代码风格与命名规范
- 给出具有可操作性的修改建议
触发场景
- 用户要求 "帮我 review 这段代码"
- 用户提交了代码 diff 并想获得反馈
- 用户想检查代码质量
使用方式
直接将代码片段或 diff 发给 Agent,Skill 会自动分析并输出审查报告。
输出格式
审查报告包含: 1. 问题列表(严重程度 + 位置 + 描述) 2. 修改建议 3. 总结评价
Other skills on skill-up.
- /skill-upper
Create, run, diagnose, and iteratively improve Agent Skill evaluations (evals) with the skill-up CLI / 使用 skill-up CLI 创建、运行、诊断并持续改进 Agent Skill 评测. Use when the user asks to evaluate, test, regress, verify, fix, improve, iterate, or evolve a Skill; add or strengthen eval cases;
Open skill - /sample-with-evals
帮助用户管理待办事项,支持添加、删除、标记完成、列出任务等操作。
Open skill

