Agent Skills
› Hmbown/CodeWhale
› review
review
GitHub用于对代码变更集进行只读正确性审查,按严重程度列出发现并提供文件行证据,最后给出合并与风险摘要。
Trigger Scenarios
审查 PR 或 diff
评估代码变更的正确性
Install
npx skills add Hmbown/CodeWhale --skill review -g -y
SKILL.md
Frontmatter
{
"name": "review",
"invocation": "model+user",
"aliases-for": "code-review",
"description": "Read-only correctness review with actionable findings first, tight file\/line evidence, severity, and a concise residual-risk summary."
}
Review
When to use
Use for correctness review of a diff, PR, or named change set.
Non-goals
- Read-only by default. Do not edit unless asked.
- Do not bury findings under style nits.
Workflow
- Establish the change scope.
- List findings by severity with file/line evidence.
- Call out residual risk and missing tests.
- End with a short merge/risk summary.
Version History
-
0fe366b
Current 2026-08-16 09:03
重构技能路由元数据解析,明确调用与别名路由机制,确保兼容性别名不重复提示条目,并将显式仅用技能排除出模型目录。
- b0e4926 2026-07-24 17:43


