ワンクリックで
ワンクリックで
Set up, run, and interpret Agent Skill evaluations (evals) with the skill-up CLI / 使用 skill-up CLI 给 Agent Skill 搭建和运行评测. Use when the user asks to evaluate, test, regress, or verify a Skill; add evals or cases; write eval.yaml/case.yaml; run skill-up run/validate/list-cases/report/import/init; or migrate from Anthropic evals.json. Handles Skill discovery, evals scaffolding, judge authoring, credentials, user config, validation, runs, and reports.
帮助用户管理待办事项,支持添加、删除、标记完成、列出任务等操作。
MCP mocked marker smoke skill used by skill-up e2e tests.
Analyzes code files and reports statistics including line counts, file counts by extension, and total size. Use this skill whenever the user wants to understand the composition of a codebase - asking about "how many lines of code", "what file types exist", "code distribution", or needing a quick audit of project size and structure. Make sure to invoke this skill when users mention analyzing codebases, counting lines, checking file distributions, or auditing code.
Reviews code and provides detailed quality assessment
Quickly produces accurate calculation results when a user needs arithmetic, unit conversion, or mathematical formula solving. Triggered when users say things like "help me calculate", "compute", "how much is", etc.
| name | code-review-helper |
| description | 帮助用户进行代码审查,识别常见代码问题并给出修改建议。 |
一个代码审查辅助 Skill,帮助开发者快速发现代码中的常见问题。
直接将代码片段或 diff 发给 Agent,Skill 会自动分析并输出审查报告。
审查报告包含: