Agent skill
verification
V 阶段分级清单 — Path 决定验证严格度和失败升级链
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/config-agent_v8.3/claude/.claude/skills/verification
SKILL.md
Verification — Path 分级清单
SP verification 自动处理基础检查。本 skill 只添加:
分级清单
| Path | 检查项 |
|---|---|
| A | npm test 通过即可 |
| B | + npx eslint . clean + npx tsc --noEmit |
| C | + 覆盖率 ≥ 80% + 无 TODO/FIXME + 无 console.log |
| D | + 集成测试 + 性能基线 + npm audit 安全扫描 |
失败升级链
失败 → 自动修复重试 (max 3)
→ 仍失败 → SP debugging 自动触发
→ 仍失败 → cunzhi: 请求人工介入
.ai_state 记录
每次 V 阶段写入 verified.md:
## 验证 {日期}
- Path: {当前 Path}
- 通过: {列表}
- 失败: {列表 + 原因}
- 修复: {如有}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-teams
Path D 并行编排 — 子代理分工 + Agent Teams 协作。需要 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
tdd
Path 分级 TDD 策略
context7
E 阶段按需拉取库文档 — 用 ctx7 获取准确 API 信息
knowledge
跨会话经验管理 — 在 .ai_state 内沉淀和复用项目经验
code-quality
Rev 阶段 Plugin 编排顺序
verification
V 阶段 Path 分级验证清单
Didn't find tool you were looking for?