根据本地集成测试失败信息,自动整理并创建 GitHub 缺陷问题。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "file-test-bug" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/.github/skills/file-test-bug/SKILL.md 2. 保存为 ~/.claude/skills/file-test-bug/SKILL.md 3. 装好后重载技能,告诉我可以用了
请根据以下本地集成测试失败日志,整理关键信息并生成一条适合提交到 GitHub 的 issue,包括标题、问题摘要、复现步骤、预期结果、实际结果和相关日志片段: [粘贴测试日志]
一条结构清晰的 GitHub issue 草稿,便于开发团队直接提交和排查。
我有一份 JUnit 失败报告,请把失败用例、异常信息、影响范围和可能复现步骤整理成 GitHub bug 报告,输出使用 Markdown 格式: [粘贴 JUnit 报告]
Markdown 格式的缺陷报告,突出失败用例、报错原因与排查线索。
以下是同一次本地集成测试中的多条失败记录。请判断是否属于同一问题,并生成一个合并后的 GitHub issue,包含影响模块、共性症状和附件建议: [粘贴多段失败记录]
一条合并后的 issue 草稿,帮助团队避免重复提单并更快定位根因。
Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures.
azure-rbac, appinsights-instrumentationtests/reports/junit.xml for failures matching the skillagent-metadata.md from tests/reports/test-run-<timestamp>/<skillname>-<testname>/github-mcp-server-create_issue:owner: microsoft
repo: github-copilot-for-azure
title: Integration test failure in <skill-name>
labels: ["bug", "integration-test"]
body: |
## Failed Tests
- <test-name>: <error message>
## Diagnosis
### Root Cause
<1-2 sentences explaining WHY the test failed based on agent-metadata.md analysis>
### Analysis per Test
- **<test-name>**: <what agent did vs what test expected>
### Suggested Fix
<one of: update skill, update test assertions, provide test fixtures>
## Details
### <test-name>
**Error:** <failure from junit.xml>
**Location:** <file:line>
```typescript
<actual line of code from the test file at the specified line number>
<details>
<summary>agent-metadata.md</summary>
<full contents of agent-metadata.md file, verbatim>
</details> ```Include the complete, unmodified contents of each agent-metadata.md file in the issue body. Do NOT summarize or truncate the logs. Wrap each log in a <details> block with the test name as the summary.
审查技能类 PR,并按严重级别给出结构化质量反馈与规范检查
分析并精简 Markdown 内容,降低 token 消耗并提升 AI 处理效率。
帮助你编写、审查并规范符合 agentskills.io 规范的技能文档
帮助你编写、校验并运行基于 eval.yaml 的智能体评测套件
帮助开发者调查 GitHub 集成测试失败原因并给出修复建议
用于迭代检查并修复技能 frontmatter 合规性、分数与 token 问题。
自动获取并筛选 GitHub issues,生成修复分支、PR及评审处理流程。
将缺陷修复流程编排为复现、修复、评审与门禁提交的自动协作任务
系统化定位 bug、测试失败与异常行为,并在修复前梳理原因与排查步骤。
定位特定技能测试失败原因,读取结果文件并提取关键报错细节。
将零散缺陷记录快速整理为结构化缺陷报告,便于提交、跟踪与协作。
根据当前会话中的代码改动,快速创建可提交的拉取请求。