← 返回 Skills 市场
jisang1000

Verification Before Completion

作者 jisang1000 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
183
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jisang1000-verification-before-completion
功能描述
Verify real outcomes before saying work is complete. Use when implementing, fixing, configuring, or automating something where behavior must be confirmed, no...
使用说明 (SKILL.md)

Verification Before Completion

Before reporting that work is done, confirm the real outcome the user cares about.

Core Rule

A successful command is not proof that the task is complete. Always verify the user-visible result, system behavior, or intended effect.

When to Apply

Use this skill when:

  • code was changed
  • config was edited
  • automation was updated
  • a bug was supposedly fixed
  • a reminder/job was created or changed
  • a browser/script flow was updated
  • a migration or setup task was performed

Workflow

  1. Identify the actual outcome to verify.
  2. Choose the cheapest realistic verification method.
  3. Run the verification.
  4. Report completion only if the real outcome is confirmed.
  5. If partially verified, explicitly say what was verified and what was not.

Verification Order

Prefer evidence in this order:

  1. Actual behavior observed
  2. Tool output proving the behavior
  3. State inspection that strongly implies behavior
  4. Text/config inspection only when no stronger method exists

Examples

Good

  • Not just “calendar event created” → confirm returned event fields match date/title
  • Not just “script updated” → run a smoke test
  • Not just “page changed” → open page and inspect result

Bad

  • “Done” because file was edited
  • “Fixed” because command exited 0
  • “Configured” because text now looks correct

Reporting Style

Prefer:

  • what was changed
  • how it was verified
  • what remains uncertain, if anything

Example:

  • "수정했고, dry-run으로 실제 동작 확인했어. 실 API 호출은 키가 없어서 아직 미검증이야."

Common Traps

  • confusing command success with task success
  • verifying text instead of behavior
  • skipping verification because result seems obvious
  • claiming full completion when only partial verification happened

Practical Examples

Example: Reminder setup

  • Weak: "리마인드 등록했어" because the add command returned success
  • Strong: confirm the scheduled timestamp, payload text, and next run time

Example: Script fix

  • Weak: "수정했어" because the file changed
  • Strong: run the script in dry-run or smoke-test mode and confirm output

Example: Browser automation

  • Weak: "페이지 열리게 했어" because navigation command ran
  • Strong: confirm the target page title, key visible text, or expected element state
安全使用建议
This is a low-risk, helpful guideline skill that tells an agent to verify outcomes before reporting completion. It itself asks for no secrets and installs nothing. Consider that when the agent follows these instructions in practice it may need to access APIs, run commands, or read files using other skills or granted credentials — ensure those other skills and any credentials you provide are trustworthy and limited to what's needed for verification.
功能分析
Type: OpenClaw Skill Name: jisang1000-verification-before-completion Version: 1.0.0 The skill bundle contains behavioral guidelines and documentation designed to improve the reliability of an AI agent by instructing it to verify task outcomes before reporting completion. There is no executable code, no network activity, and no evidence of malicious intent or prompt injection; the content consists entirely of markdown instructions (SKILL.md) and publishing metadata (references/).
能力评估
Purpose & Capability
Name and description match the SKILL.md content. The skill is purely procedural guidance for verification and requests no binaries, installs, or credentials — which is appropriate for its stated purpose.
Instruction Scope
Instructions stay within the verification guidance and do not direct the agent to read unrelated system files or exfiltrate data. Note: applying the guidance may cause an agent to run checks against services or files (appropriate for verification) — but the skill itself doesn't instruct any unexpected data collection.
Install Mechanism
No install spec and no code files — lowest-risk delivery. Nothing will be written to disk or downloaded by the skill.
Credentials
No environment variables, credentials, or config paths are requested. This matches the instruction-only nature of the skill.
Persistence & Privilege
Defaults for invocation are normal (not always:true). The skill does not request permanent presence or modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jisang1000-verification-before-completion
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jisang1000-verification-before-completion 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug jisang1000-verification-before-completion
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Verification Before Completion 是什么?

Verify real outcomes before saying work is complete. Use when implementing, fixing, configuring, or automating something where behavior must be confirmed, no... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。

如何安装 Verification Before Completion?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jisang1000-verification-before-completion」即可一键安装,无需额外配置。

Verification Before Completion 是免费的吗?

是的,Verification Before Completion 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Verification Before Completion 支持哪些平台?

Verification Before Completion 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Verification Before Completion?

由 jisang1000(@jisang1000)开发并维护,当前版本 v1.0.0。

💬 留言讨论