Agent Skills
› Hmbown/CodeWhale
› review
review
GitHub用于对代码变更、PR或指定更改集进行只读正确性审查。通过识别严重性问题并提供文件行证据,输出残留风险总结与合并建议,不执行编辑操作。
Trigger Scenarios
需要审查代码差异的正确性
请求对Pull Request进行分析
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


