← 返回 Skills 市场
175
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install huo15-openclaw-verify-mode
功能描述
验证模式 — 检查工作成果、运行测试、验证假设。借鉴 Claude Code 的 Verification Agent。
使用说明 (SKILL.md)
验证模式 (Verify Mode)
系统性地验证工作成果或假设。
使用时机
✅ 使用此技能当:
- 完成一段代码修改后需要验证
- "帮我检查一下这个改动有没有问题"
- 需要运行测试并分析结果
- 验证一个假设或排查一个 bug
❌ 不要使用当:
- 只是普通的代码 review(直接 review 即可)
- 改动很小且显而易见正确
验证流程
1. 确定验证目标
- 要验证什么?(功能正确性 / 性能 / 安全 / 兼容性)
- 成功标准是什么?
- 已知的风险点?
2. 静态检查
- 读改动的代码,检查逻辑正确性
- 检查边界条件和错误处理
- 检查是否引入了安全漏洞(注入、XSS 等)
- 检查是否破坏了已有接口或行为
3. 动态验证
- 运行已有的测试套件
- 如果没有测试,手动构造测试场景
- 检查构建是否通过
- 如果有 linter/formatter,运行一下
4. 输出验证报告
## 验证报告
### 验证对象
[简要描述被验证的改动/假设]
### 检查清单
- [x] 逻辑正确性: 通过/发现问题
- [x] 边界条件: ...
- [x] 测试结果: X pass / Y fail
- [x] 构建状态: 通过/失败
- [ ] 安全检查: ...
### 发现的问题
1. [问题描述 + 严重程度 + 建议修复方式]
### 结论
✅ 验证通过 / ⚠️ 有待修复的问题 / ❌ 验证失败
核心原则
- 全面但聚焦 — 覆盖主要风险点,但不要检查无关的东西
- 给出证据 — "测试 X 通过了"、"第 42 行可能有空指针",不要泛泛地说"看起来没问题"
- 区分严重程度 — 阻塞性问题 vs 建议性改进
- 可操作 — 发现问题就给出具体修复建议
安全使用建议
This skill is coherent and limited to code verification tasks, but it expects to read repository files and run tests/build commands in your environment. Before enabling or invoking it: (1) ensure you run it in a safe/isolated workspace or CI runner (not on production hosts), (2) review any project scripts (test/build hooks) to avoid destructive actions, and (3) limit agent autonomy if you do not want it to execute commands without oversight. If you have secrets in the repo or tests that call external services, run verification in an environment with those secrets removed or mocked.
功能分析
Type: OpenClaw Skill
Name: huo15-openclaw-verify-mode
Version: 2.2.1
The skill bundle consists of metadata and a Markdown instruction file (SKILL.md) designed to guide an AI agent through a code verification process. It outlines standard procedures for static analysis, running tests, and generating verification reports without any executable code, suspicious network calls, or malicious prompt injection attempts.
能力评估
Purpose & Capability
Name and description match the content of SKILL.md: the skill is a verification agent that reads changes, runs static checks, executes tests/builds/linters, and outputs a report. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
Instructions focus on static analysis and running tests/builds/linters which are appropriate for verification. They are intentionally high-level (e.g., "run the test suite", "construct test scenarios"), which gives the agent discretion to run repository commands and access repo files — expected for this purpose but worth noting because it may cause the agent to execute arbitrary project scripts in the user's environment.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing is written to disk by the skill itself.
Credentials
No required environment variables, no credentials, and no config paths declared. The runtime instructions do not ask for external service tokens or unrelated environment access.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed by platform default but not a special privilege of this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install huo15-openclaw-verify-mode - 安装完成后,直接呼叫该 Skill 的名称或使用
/huo15-openclaw-verify-mode触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.1
- Updated version number in documentation from 1.1.0 to 2.2.0 for alignment with the latest release.
- No functional or guideline changes to the verify mode process; primarily a version update in SKILL.md.
v2.2.0
huo15-openclaw-verify-mode v2.2.0
- No file changes detected in this release.
- Version number bumped from 1.1.0 to 2.2.0 without content updates.
v1.1.0
Version 1.1.0 introduces "验证模式" (Verify Mode) for systematic validation of work or assumptions.
- Added step-by-step verification flow: target identification, static checks, dynamic testing, report output.
- Provided clear criteria for when and when not to use this skill.
- Included a structured verification report template.
- Emphasized core verification principles such as focus, evidence, severity distinction, and actionable feedback.
元数据
常见问题
Huo15 Openclaw Verify Mode 是什么?
验证模式 — 检查工作成果、运行测试、验证假设。借鉴 Claude Code 的 Verification Agent。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。
如何安装 Huo15 Openclaw Verify Mode?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install huo15-openclaw-verify-mode」即可一键安装,无需额外配置。
Huo15 Openclaw Verify Mode 是免费的吗?
是的,Huo15 Openclaw Verify Mode 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Huo15 Openclaw Verify Mode 支持哪些平台?
Huo15 Openclaw Verify Mode 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Huo15 Openclaw Verify Mode?
由 Job Zhao(@zhaobod1)开发并维护,当前版本 v2.2.1。
推荐 Skills