命令与证据模板
适用场景:任务开始后就准备验证目录,不等到 PR 阶段才临时找证据。
推荐目录
verification/
commands.md
artifacts/
desktop.png
mobile.png
flow.mp4
commands.md
# Commands
- [ ] `npm run lint`
- [ ] `npm run typecheck`
- [ ] `npm run build`
- [ ] `npm run test:unit`
- [ ] `npx playwright test`
## Not Run
- Command:
- Reason:
artifacts/
| 文件 | 用途 |
|---|---|
desktop.png | 桌面端关键断点 |
mobile.png | 移动端关键断点 |
flow.mp4 | 最短关键交互路径 |
使用提醒
- 配套说明页: 质量门禁
- 交付时要和 PR / Handoff 模板 一起用