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:13


