Agent Skills
› Hmbown/Codewhale
› review
review
GitHub用于对代码变更集、PR或Diff进行只读的正确性审查。重点在于提供可操作的发现、具体的文件行证据、严重性分级,并总结剩余风险与缺失测试情况。
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


