agentsclimarketplace

Testing acceptance

Skill morning-start/agent-skills/process/project-management/testing-acceptance

测试与验收工具。指导提测、系统测试、用户验收测试、Bug管理全流程。适用于开发完成后的质量把控阶段。From its SKILL.md

Install
npx -y skills add morning-start/agent-skills --skill testing-acceptance

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.8 KB, 963 tokens by cl100k_base, as published. Nobody here has run it

测试与验收

代码开发完成后,必须经过严格的质量把控。

核心流程

提测 → 系统测试 → Bug修复 → 用户验收 → 发布

1. 提测准备

提测标准(DoD)

检查项说明
代码审查通过PR已合并到主分支
单元测试通过覆盖率达标
功能自测通过冒烟测试通过
接口文档更新与实现一致

提测邮件模板

## 提测申请

### 模块
[涉及的模块列表]

### 功能清单
- [ ] 功能点1
- [ ] 功能点2

### 测试环境
http://test.example.com

### 注意事项
[特殊测试数据/操作说明]

2. 系统测试

测试类型

类型说明执行方
功能测试验证功能是否符合需求QA
兼容性测试不同浏览器/设备QA
性能测试响应时间、并发能力QA
安全测试漏洞扫描安全团队

测试用例模板

### TC-XXX:验证xxx功能

**前置条件**:用户已登录

**步骤**:
1. 点击"下单"按钮
2. 选择商品A
3. 点击"支付"

**预期结果**:
- 弹出支付成功提示
- 订单状态变为"已支付"
- 收到短信通知

3. Bug管理

Bug等级定义

等级定义处理时限
P0系统崩溃、数据丢失立即处理
P1核心功能不可用24小时内
P2非核心功能异常3天内
P3界面/体验问题下一版本

Bug记录模板

## Bug #123

**标题**:订单支付成功后,订单状态未更新

**严重程度**:P1

**复现步骤**:
1. 选择商品加入购物车
2. 点击结算
3. 完成支付
4. 查看订单列表

**实际结果**:订单状态仍显示"待支付"

**预期结果**:订单状态应显示"已支付"

**环境**:iOS 16 / Chrome 120

4. 用户验收测试(UAT)

UAT执行checklist

  • 产品经理/需求方参与
  • 使用真实业务场景测试
  • 验收标准逐项确认
  • 异常流程测试

UAT结果记录

## UAT报告

### 验收结论
☐ 通过    ☐ 有条件通过    ☐ 不通过

### 问题清单
| 问题编号 | 问题描述 | 优先级 | 负责人 |
|----------|----------|--------|--------|
| UAT-001 | xxx      | P1     | 张三   |

### 签字确认
产品经理:__________ 日期:__________

使用场景

  • 开发完成,准备提测
  • 测试工程师执行系统测试
  • 产品经理进行UAT验收

关键产出

  1. 测试用例文档
  2. Bug记录与修复记录
  3. 测试报告
  4. UAT验收报告

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.