Skip to content
Testing
Skill

/sample-no-evals

帮助用户进行代码审查,识别常见代码问题并给出修改建议。

From plugin
skill-up
4443 skills
Install
$ npx -y skills add alibaba/skill-up --skill sample-no-evals --agent claude-code

How 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.md
name: code-review-helper
description: 帮助用户进行代码审查,识别常见代码问题并给出修改建议。

code-review-helper

一个代码审查辅助 Skill,帮助开发者快速发现代码中的常见问题。

功能

  • 识别空指针风险、未处理异常、资源泄漏等常见问题
  • 检查代码风格与命名规范
  • 给出具有可操作性的修改建议

触发场景

  • 用户要求 "帮我 review 这段代码"
  • 用户提交了代码 diff 并想获得反馈
  • 用户想检查代码质量

使用方式

直接将代码片段或 diff 发给 Agent,Skill 会自动分析并输出审查报告。

输出格式

审查报告包含: 1. 问题列表(严重程度 + 位置 + 描述) 2. 修改建议 3. 总结评价

Ships withskill-up

An evaluation and evolution tool for Agent Skills.

Get the whole plugin
Stats
451
Stars
27
Forks
Active
Maintenance
Go
Language
Apache-2.0
License
52m ago
Last commit
3mo ago
Created

Repo: alibaba/skill-up