Files
skill-template/acceptance-reports/README.md
chendelian 20e89774ca
All checks were successful
技能自动化发布 / release (push) Successful in 8s
docs: add third-party acceptance CHECKLIST and acceptance-reports
2026-07-22 17:54:18 +08:00

31 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 验收报告目录acceptance-reports
本目录存放**技能交活验收报告**,供技术人员查看并按未通过项整改。
## 谁写、写什么
- 验收人(或 AI 编程工具)对照 `development/CHECKLIST.md` 执行验收后,**必须**在本目录落盘报告。
- 标准与条目定义见:`development/CHECKLIST.md`(含强制输出规则)。
## 命名(强制)
```text
YYYYMMDD-HHMMSS-acceptance.md
```
示例:`20260722-175000-acceptance.md`
- 使用验收执行时的本地时间
- 不要覆盖旧报告;保留历史便于对比是否修好
## 技术人员怎么用
1. `git pull` 拉取含报告的最新代码(或验收人推送后的提交)
2. 打开本目录中**时间戳最新**的一份 `*-acceptance.md`
3. 只看文末「给技术人员的修改清单」及所有 `FAIL` / 未通过的 `NEED_MANUAL`
4. 改完后告知验收人复验;新一轮会再生成一份新时间戳报告
## 模板仓说明
`skill-template` 仓库通常不产生业务验收报告;此目录随模板复制到新技能后使用。