Agent Skills
› KhazP/vibe-coding-prompt-template
› vibe-review
vibe-review
GitHub用于审查生成代码是否符合PRD、技术设计及验证清单。通过对比文档与代码差异,输出按严重程度排序的发现,包括缺失测试、安全顾虑、权限缺口及合并前风险。
Trigger Scenarios
需要审查AI生成的代码是否符合需求文档
在代码合并前进行合规性与安全性检查
Install
npx skills add KhazP/vibe-coding-prompt-template --skill vibe-review -g -y
SKILL.md
Frontmatter
{
"name": "vibe-review",
"description": "Review generated code against the PRD, tech design, and verification checklist."
}
Read AGENTS.md, REVIEW-CHECKLIST.md, and the current diff.
Return:
- Findings first, prioritized by severity
- Missing tests or verification
- AI/MCP safety concerns, if applicable
- Provider retention/training, telemetry, data-boundary, and permission gaps, if applicable
- Builder exit-review gaps, if the project used an AI/no-code builder
- Residual risks before merge
Version History
- 254bae5 Current 2026-08-27 13:02


