feat: skills - enforce auto-tmux report checklist

This commit is contained in:
tukuaiai
2026-05-19 14:25:45 +08:00
parent 31843c6197
commit 03980e9fb0
7 changed files with 43 additions and 5 deletions
@@ -201,6 +201,7 @@ skills/auto-tmux/scripts/auto-tmux.sh record stop -t "$target"
skills/auto-tmux/scripts/record-summary.sh --dir /tmp/auto-tmux-records --out /tmp/auto-tmux-record-summary.md
skills/auto-tmux/scripts/check-jsonl.sh /tmp/ai-swarm-results.jsonl --require-key type --require-key id --require-key status
skills/auto-tmux/scripts/review-checklist.sh --pack /tmp/ai-swarm-report-pack --out /tmp/ai-swarm-report-pack/review-checklist.md
skills/auto-tmux/scripts/review-checklist.sh --pack /tmp/ai-swarm-report-pack --strict
```
## AI 蜂群协作建议
@@ -46,13 +46,14 @@
| 38 | `3b10fb6` | 结果摘要导出 | `swarm-results.sh --jsonl` |
| 39 | `842cd2d` | JSONL 字段门禁 | `check-jsonl.sh` |
| 40 | `2824c06` | JSONL 格式治理 | `jsonl-schema.md` |
| 41 | `本轮` | 交付包审计清单 | `review-checklist.sh` |
| 41 | `a74be2c` | 交付包审计清单 | `review-checklist.sh` |
| 42 | `本轮` | 审计清单结果门禁 | `review-checklist.sh --strict` |
## 后续候选方向
| 优先级 | 方向 | 说明 |
|:---|:---|:---|
| P3 | 审计清单结果门禁 | 检查 report pack 必需文件缺失时输出 WARN/FAIL 摘要 |
| P3 | report pack 自检命令 | 为报告包新增一条统一 verify 命令 |
## 每轮验收清单