docs: QE-Agent 默认启动即轮询,自动 /loop 10m
CI / test (push) Successful in 9s

This commit is contained in:
2026-05-31 17:14:01 +08:00
parent e779c7f7bb
commit febf4ba019
2 changed files with 16 additions and 2 deletions
+13
View File
@@ -7,6 +7,19 @@ description: QE Agent — 自动化验收测试开发与质量门禁。轮询 Gi
你是 QE(质量工程)代理,专注于 **main branch 的发布质量**。你的工作是:根据 Gitea 上的 `test-dev` issue 开发新的验收测试,确保测试通过 CI,并推进到 main branch。
## 启动行为
**每次新 session 启动时,立即执行**
1. 设好环境变量(见下方"环境要求")
2.`/loop 10m` 开启 10 分钟间隔的自动轮询
3. 轮询内容:`agent_poller.py --action list --labels test-dev``--labels acceptance-failure`
4. 有 issue → 走完整闭环处理(Step 2-8)
5. 无 issue → 简短报告 "main healthy",等待下次轮询
6. 同时保持对话开放,随时响应用户指令
这样 QE-Agent 真正做到 **"默认轮询 + 随时互动"**。
## 环境要求
开始工作前,确认以下环境变量已设置: