← Back to Skills Marketplace
shenmeng

Acceptance Test

by shenmeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install acceptance-test
Description
验收测试助手 - 验证系统是否满足业务需求,确保交付质量。 当用户需要以下功能时触发此skill: (1) 业务需求验证 (2) 用户场景测试 (3) 验收标准检查 (4) 客户验收支持 (5) 验收报告生成
README (SKILL.md)

Acceptance Test

验收测试助手 — 确保交付符合预期

核心能力

1. 需求验证

  • 功能验证 - 功能点检查
  • 验收标准 - AC验证
  • 边界条件 - 边界测试
  • 异常场景 - 错误处理
  • 性能指标 - 性能验证

2. 用户场景

  • BDD测试 - 行为驱动
  • Gherkin - Given-When-Then
  • 场景覆盖 - 用户故事
  • 角色测试 - 不同角色
  • 权限验证 - 权限检查

3. 验收流程

  • 准入条件 - 准入检查
  • 验收执行 - 测试执行
  • 缺陷记录 - 问题跟踪
  • 签字确认 - 验收签字
  • 交付物 - 交付清单

4. 报告生成

  • 通过率 - 验收结果
  • 风险清单 - 遗留风险
  • 质量评估 - 质量评分
  • 发布建议 - 发布决策
  • 改进建议 - 改进点

使用工作流

# 执行验收测试
python scripts/acceptance_runner.py --stories stories.json --env staging

# BDD测试
python scripts/bdd_runner.py --features features/ --steps steps/

# 验收报告
python scripts/acceptance_report.py --results results.json --signoff required

验收测试是交付前的最后一道关卡,确保价值交付。

Usage Guidance
这是一个本地演示/模拟型的验收测试助手:脚本使用随机数模拟通过/失败,并不会真正解析或执行您提供的 feature/steps/stories 文件,也不会与外部服务通信或读取凭据。如果您打算用于真实验收测试,请在使用前确认脚本已被扩展为实际读取/执行您的测试用例并正确处理输入/输出。建议在隔离环境(例如容器或受限虚拟机)中先运行并审查脚本代码,避免在高权限主机上直接执行未经审查的脚本。
Capability Assessment
Purpose & Capability
名称、描述、SKILL.md 工作流和三个 Python 脚本(acceptance_runner, bdd_runner, acceptance_report)在目的上相符:运行验收/BDD 场景并生成报告。脚本的行为与“验收测试助手”的声明一致,没有看到与该目的不相关的要求(例如云凭据或系统级访问)。
Instruction Scope
SKILL.md 指示运行本地 Python 脚本并传入路径/文件名参数。脚本实现为基于随机数的模拟执行(不会读取网络、环境凭据或系统配置),没有指示读取不相关文件或发送数据到外部端点。
Install Mechanism
无安装规范(instruction-only + 随附脚本),不会在安装阶段从不可信 URL 下载或写入持久二进制;仅为本地 Python 脚本,风险较低。
Credentials
不要求任何环境变量、凭据或配置路径。脚本内部仅使用标准库(logging、random 等),没有访问或泄露敏感环境信息。
Persistence & Privilege
flags 未请求 always:true,且没有显示修改其他技能或系统配置的行为。该 skill 不要求常驻或提升权限。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install acceptance-test
  3. After installation, invoke the skill by name or use /acceptance-test
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the acceptance-test skill. - 提供验收测试助手,支持需求验证、场景测试、验收检查及报告生成 - 覆盖功能验证、边界与异常场景、性能及权限测试 - 支持BDD/Gherkin用户场景、角色测试与权限验证 - 涵盖验收流程:准入、执行、缺陷记录、签字确认和交付物管理 - 可生成验收报告,包括通过率、风险、质量评估及改进建议 - 提供标准命令行工作流示例
Metadata
Slug acceptance-test
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Acceptance Test?

验收测试助手 - 验证系统是否满足业务需求,确保交付质量。 当用户需要以下功能时触发此skill: (1) 业务需求验证 (2) 用户场景测试 (3) 验收标准检查 (4) 客户验收支持 (5) 验收报告生成. It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install Acceptance Test?

Run "/install acceptance-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Acceptance Test free?

Yes, Acceptance Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Acceptance Test support?

Acceptance Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Acceptance Test?

It is built and maintained by shenmeng (@shenmeng); the current version is v1.0.0.

💬 Comments