verification
- Repo stars 39
- Author updated Live
- Author repo awesome-omni-skill
- Domain
- Other
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @diegosouzapw · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- Local-only
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: verification
description: Path-conditional verification checklist (basic/standard/strict) with retry loop | 工具 | 类型 | 用法 |…
category: other
runtime: no special runtime
---
# verification output preview
## PART A: Task fit
- Use case: 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 次失败后加载 | 按需 | runs entirely locally. Works ….
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “工具 / 流程 / 验证清单 (按 Path 分级)” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “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 次失败后加载 | 按需 | runs entirely locally. Works …”.
- **02** When the source has headings, the agent prioritizes “工具 / 流程 / 验证清单 (按 Path 分级)” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “工具 / 流程 / 验证清单 (按 Path 分级)”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: verification
description: Path-conditional verification checklist (basic/standard/strict) with retry loop | 工具 | 类型 | 用法 |…
category: other
source: diegosouzapw/awesome-omni-skill
---
# verification
## When to use
- Path-conditional verification checklist (basic/standard/strict) with retry loop | 工具 | 类型 | 用法 | 调用方式 | |:---|:---|:--…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “工具 / 流程 / 验证清单 (按 Path 分级)” and keep inference separate from source facts.
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "verification" {
input -> user goal + target files + boundaries + acceptance criteria
context -> 工具 / 流程 / 验证清单 (按 Path 分级)
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} 验证循环
工具
| 工具 | 类型 | 用法 | 调用方式 |
|---|---|---|---|
| Superpowers verification-before-completion | Plugin Skill | 完成前结构化检查 | 自动: V 阶段触发 |
| cunzhi MCP | MCP | 验证失败时寸止 | cunzhi.confirm(VERIFY_FAIL) |
| skill/debugging | VibeCoding Skill | 2 次失败后加载 | 按需 |
流程
1. → Superpowers verification-before-completion
2. 执行验证清单 (按 Path 选择)
3. 通过? → done.md (verified: true)
4. 失败?
→ 分析原因 → 修复 → 重试 (max 3)
→ 第 2 次失败: 加载 skill/debugging
→ 第 3 次失败: cunzhi [VERIFY_FAIL] 请求人工
验证清单 (按 Path 分级)
Path A — 基础验证
□ 所有测试通过
□ Lint 通过
□ 无 console.log / debugger 残留
不检查 plan.md (Path A 无 P 阶段)。
Path B — 标准验证
□ 所有测试通过
□ TypeScript 类型检查 (tsc --noEmit)
□ Lint 通过
□ plan.md 目标逐项覆盖
□ 验收标准逐项满足
□ 无 console.log / debugger 残留
□ 无注释掉的代码块
Path C/D — 严格验证
□ Path B 全部清单
□ 覆盖率达标 (C: 80%, D: 85%)
□ 无未使用 import
□ 组件 <200 行
□ 单文件 <500 行
□ 安全检查通过 (无硬编码密钥/未验证输入)
.ai_state
- 通过 → done.md 标记
verified: true - 失败 → todo.md 追加修复子任务
降级
Superpowers 未安装 → 直接执行上述清单 (AI 自主检查)。
Decide Fit First
Design Intent
How To Use It
Boundaries And Review