vibe-review
GitHub用于代码审查,检查变更是否符合需求、回归风险及安全性。分析差异、调用链和测试,报告具体缺陷与修复建议,区分已证实问题与证据缺失,优先关注正确性与范围而非外观。
触发场景
安装
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.
版本历史
- b00eb84 当前 2026-09-08 23:14
- 254bae5 2026-08-27 13:02


