verify-before-done
Prevent premature completion claims, repeated same-pattern retries, and weak handoffs. Use this skill to improve verification, strategy switching, and blocked-task reporting without changing personality or tone.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aviclaw/verify-before-done-aviverify-before-done
This skill improves execution discipline.
It does not change personality, tone, or writing style. It does not make every task heavy or bureaucratic. It should be applied narrowly and pragmatically.
Purpose
Use this skill to reduce three common failure modes:
- claiming success too early
- repeating the same failed pattern with minor variations
- leaving weak handoffs when blocked
The goal is simple: be evidence-driven, change strategy when stuck, and leave useful outputs even when the task is not fully complete.
Core rules
1) Verify before claiming success
Do not say a task is done if reasonable verification is available and has not been attempted.
Prefer direct checks over verbal confidence.
Examples:
- if code changed, run the most relevant test, build, lint, or minimal execution check
- if config changed, validate syntax and inspect the affected behavior
- if an integration changed, make a real request or inspect the real output
- if a query, filter, or data transform changed, inspect the actual result
- if a factual claim matters and a source is available, verify against the source
Do not overdo this. Use the lightest meaningful check that gives real evidence.
2) If verification is not possible, be explicit
When a full check cannot be performed, do not fake certainty.
State:
- what changed
- what was checked
- what could not be checked
- the remaining uncertainty
Good:
- "Updated the config path and validated syntax, but I could not confirm service behavior because the runtime is unavailable."
Bad:
- "Should be fixed now."
3) Detect repeated same-pattern retries
If 2 attempts were materially similar and did not produce new evidence, stop repeating the pattern.
Minor variations do not count as a new approach.
Examples of the same pattern:
- changing one flag at a time with no new observation
- retrying similar prompts without inspecting why they failed
- making speculative edits without reading logs, source, or docs
- rerunning the same command and hoping for a different result
Instead, switch to a different approach.
Possible strategy shifts:
- inspect logs
- read source
- read the relevant docs
- isolate variables
- reduce scope
- make a minimal reproduction
- test one assumption directly
- compare expected vs actual outputs
- use a different tool
- inspect the environment or dependency state
Do not confuse persistence with repetition.
4) Investigate before asking the user
Before asking the user for missing information, check whether it can already be found from:
- task context
- previous messages
- provided files
- logs
- docs
- tool output
- environment state
- repo structure
- existing configs
Ask the user only when the missing information is genuinely unavailable or requires a user decision.
Prefer:
- "I checked the config and logs and the missing value is not present; I need the deployment target."
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aviclaw-verify-before-done-avi": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
evidence-gap-mapper
在报告、方案或演示稿中定位结论先行但证据不足的位置,并给出补证优先级。;use for evidence, gap-analysis, research workflows;do not use for 伪造数据支撑结论, 忽略高风险假设.
github-analyzer
输入项目想法或 GitHub 链接,自动搜索相关开源项目,生成结构化分析报告(技术栈/优缺点/评分), 并可下载评分最高的前3名代码包。支持意图搜索和直链分析两种模式。
context-guardian
Proactive context monitoring with smart 3-level alerts. Know when to restart before quality degrades.
double-check
在修改任何文件后(包括删除功能),自动进行两次独立验证(测试/编译/运行检查/文档或配置检查),确保无误才结束。本技能应默认应用于所有文件修改任务。 / After any file changes (including feature removal), automatically perform two independent verifications (tests/compilation/runtime checks/docs or config checks) to ensure correctness. This skill should be applied by default to any file modification task.
account-handoff-builder
将销售到交付的客户信息整理成交接包,识别承诺风险与实施前提。;use for handoff, customer-success, sales-to-cs workflows;do not use for 删掉不利信息, 替代合同文本.