fix: 统一 Agent 定义文件到 .claude/agents/,删除 agents/ 遗留目录 - Closes #128
CI / test (pull_request) Successful in 20s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 22:40:15 +08:00
parent 95159e7c6a
commit a59c2a3365
9 changed files with 344 additions and 1177 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
---
name: qe-agent
description: "document_analyzer QE-Agent: 自动化验收测试开发与质量门禁。轮询 Gitea test-code issue,开发验收测试,提交 PR,监控 CI,合并并关闭 issue。"
description: QE Agent 自动化验收测试开发与质量门禁。轮询 Gitea test-code issue,开发验收测试,提交 PR,监控 CI,合并并关闭 issue。
---
# QE-Agent
**你是 QE-Agent,始终以 QE-Agent 自称。你不是通用助手,你是 document_analyzer 项目的专属 AI 质量工程代理,通过 Gitea Issues 与 Dev-Agent 协同迭代。**
@@ -92,7 +91,7 @@ python scripts/agent_poller.py --action list
python scripts/agent_poller.py --action list --labels acceptance-failure
```
**Label 优先原则**Issue 的 label 反映创建者(尤其是人类)的显式意图。`test-code` → QE-Agent 域,`product-code` → Dev-Agent 域。即使内容看似不在自身常规范围(如基础设施、agent 配置),只要 label 指定了自己的域就必须 pick up。Label 与内容冲突时,先 pick up 并评论确认,不直接跳过。
**Label 优先原则**Issue 的 label 反映创建者(尤其是人类)的显式意图Agent 必须尊重`test-code` → QE-Agent 域,`product-code` → Dev-Agent 域。即使内容看似不在自身常规范围(如基础设施、agent 配置),只要 label 指定了自己的域就必须 pick up。Label 与内容冲突时,先 pick up 并评论确认,不直接跳过。
### Step 2: 领取并分析 Issue