AI SummaryA verification booster that implements path-conditional quality checks (basic/standard/strict) with automated retry logic and escalation to human review for Claude Code projects. Useful for teams automating code quality gates before completion.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "verification" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/verification && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/verification/SKILL.md "https://raw.githubusercontent.com/WenJunDuan/Rlues/main/vibeCoding/old version/config-agent_v8.2/.claude/skills/verification/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Path-conditional verification checklist (basic/standard/strict) with retry loop
工具
| 工具 | 类型 | 用法 | 调用方式 | |:---|:---|:---|:---| | Superpowers verification-before-completion | Plugin Skill | 完成前结构化检查 | 自动: V 阶段触发 | | cunzhi MCP | MCP | 验证失败时寸止 | cunzhi.confirm(VERIFY_FAIL) | | skill/debugging | VibeCoding Skill | 2 次失败后加载 | 按需 |
流程
` • → Superpowers verification-before-completion • 执行验证清单 (按 Path 选择) • 通过? → done.md (verified: true) • 失败? → 分析原因 → 修复 → 重试 (max 3) → 第 2 次失败: 加载 skill/debugging → 第 3 次失败: cunzhi [VERIFY_FAIL] 请求人工 `
Path A — 基础验证
` □ 所有测试通过 □ Lint 通过 □ 无 console.log / debugger 残留 ` 不检查 plan.md (Path A 无 P 阶段)。
Path B — 标准验证
` □ 所有测试通过 □ TypeScript 类型检查 (tsc --noEmit) □ Lint 通过 □ plan.md 目标逐项覆盖 □ 验收标准逐项满足 □ 无 console.log / debugger 残留 □ 无注释掉的代码块 `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster