sync: update agent workflows and configs
This commit is contained in:
21
.agent/workflows/test.md
Normal file
21
.agent/workflows/test.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
description: 启动 QA 测试专家 (@qa-tester) 对功能进行验证
|
||||
---
|
||||
|
||||
## 使用方式
|
||||
|
||||
输入 `/test` 启动 QA 测试。需确保研发环境(dev server)已启动。
|
||||
|
||||
## 工作流程
|
||||
|
||||
1. **环境检查**:
|
||||
- 确认项目已运行 (npm run dev)
|
||||
- 确认 Chrome DevTools MCP 已连接
|
||||
|
||||
2. **执行测试**:
|
||||
- 调用 `@qa-tester`
|
||||
- 注入: "请对 [功能模块] 进行功能验证、视觉还原对比和边界测试"
|
||||
|
||||
3. **输出报告**:
|
||||
- 输出测试通过率
|
||||
- 提交 Bug 清单 (P0/P1)
|
||||
Reference in New Issue
Block a user