Agent Skills
› jjongguet/oh-my-product
› review
review
GitHub执行基于证据的结构化代码审查,评估正确性、安全性、可维护性及测试覆盖率。按严重程度分级输出缺陷与建议,确保合并前具备发布信心并识别验证缺口。
Trigger Scenarios
用户请求 PR 审查
代码审计需求
变更影响评估
需要发布就绪确认
Install
npx skills add jjongguet/oh-my-product --skill review -g -y
SKILL.md
Frontmatter
{
"name": "review",
"aliases": [
"\/review",
"code review",
"review code",
"review pr"
],
"description": "Perform a structured evidence-based code review with severity ratings.",
"primaryRole": "reviewer"
}
<Use_When>
- User asks for PR review, code audit, or change assessment
- You need release-readiness confidence and concrete findings </Use_When>
<Execution_Policy>
- Prioritize defects over style opinions
- Every finding must include evidence (file and behavior impact)
- Rank findings by severity: critical/high/medium/low
- Include missing tests and verification gaps </Execution_Policy>
<Output_Format>
Review Summary
Critical
- <issue + evidence>
High
- <issue + evidence>
Medium
- <issue + evidence>
Low / Suggestions
Verification Gaps
-
</Output_Format>
Task: {{ARGUMENTS}}
Version History
- 4f49e99 Current 2026-07-25 06:34


