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


