Path-conditional verification checklist (basic/standard/strict) with retry loop
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill verification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Verification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-verification-afebd3d0)More formats (shields.io, HTML) on the badges page.
---
name: verification
description: "Path-conditional verification checklist (basic/standard/strict) with retry loop"
---
# 验证循环
## 工具
| 工具 | 类型 | 用法 | 调用方式 |
|:---|:---|:---|:---|
| SP verification-before-completion | Superpowers | 完成前检查 | 读取 ~/.codex/superpowers/skills/verification-before-completion/SKILL.md |
| cunzhi MCP | MCP | 验证失败时寸止 | `cunzhi.confirm(VERIFY_FAIL)` |
| chrome-devtools | MCP | 前端运行时验证 | Codex 专属 |
| skill/debugging | VibeCoding Skill | 2 次失败后加载 | 按需 |
## 流程
```
1. → SP verification-before-completion
降级: SP 未安装 → 直接执行清单
2. 前端项目: chrome-devtools 验证运行时行为
3. 通过? → done.md (verified: true)
4. 失败?
→ 修复 → 重试 (max 3)
→ 第 2 次: 加载 skill/debugging
→ 第 3 次: cunzhi [VERIFY_FAIL] 请求人工
```
## 验证清单 (按 Path 分级)
### Path A — 基础验证
```
□ 所有测试通过
□ Lint 通过
□ 无 console.log / debugger 残留
```
### Path B — 标准验证
```
□ 所有测试通过
□ TypeScript 类型检查 (tsc --noEmit)
□ Lint 通过
□ plan.md 目标逐项覆盖
□ 验收标准逐项满足
□ 无 console.log / debugger 残留
□ 无注释掉的代码块
```
### Path C — 严格验证
```
□ Path B 全部清单
□ 覆盖率 ≥80%
□ 无未使用 import
□ 组件 <200 行, 单文件 <500 行
□ 手动安全检查 (无硬编码密钥/未验证输入)
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.