vibe-review
GitHub用于审查代码变更,检查需求符合性、回归风险及安全问题。通过追踪调用链和测试验证缺陷,提供具体修复建议,区分已证实问题与证据缺失,确保正确性并披露剩余验证缺口。
Trigger Scenarios
Install
npx skills add KhazP/vibe-coding-prompt-template --skill vibe-review -g -y
SKILL.md
Frontmatter
{
"name": "vibe-review",
"description": "Review a proposed change against requirements, regressions, verification evidence, and relevant security risks.",
"allowed-tools": "Read, Glob, Grep, Bash"
}
Vibe Review
Read the actual diff, applicable instructions, acceptance criteria, and check results. Trace changed behavior into its callers and tests. Look for concrete regressions, missing error handling, incorrect assumptions, and relevant authorization or data exposure issues.
Report actionable findings with file/line, trigger, impact, and suggested correction. Distinguish demonstrated defects from missing evidence. Prioritize correctness and scope over cosmetic preferences. Do not claim independent checks unless you ran them. If there are no findings, say so and disclose remaining verification gaps. Review does not authorize unrelated edits or publication.
Version History
-
b00eb84
Current 2026-09-08 23:14
v0.3.0版本更新:新增情境路由、比例规划及规范技能(含审查),强化CLI参数解析与安装流程,支持多平台测试及文档元数据发现。
- 254bae5 2026-08-27 13:02


