根据本地集成测试失败信息,自动整理并创建 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.
指导完成 Microsoft Entra ID 应用注册、OAuth 配置与 MSAL 接入。
帮助开发者为 Web 应用接入 Azure Application Insights 并配置遥测采集。
帮助排查并解决 Azure Event Hubs 与 Service Bus SDK 的连接、认证和消息处理问题。
帮助你跨订阅或资源组快速查询、盘点和定位 Azure 资源。
帮助你端到端部署、评估、微调并持续优化 Microsoft Foundry 智能体与模型。
执行已准备好的 Azure 应用部署,并自动处理常见发布错误恢复。
帮助开发者调查 GitHub 集成测试失败原因并给出修复建议
自动获取并筛选 GitHub issues,生成修复分支、PR及评审处理流程。
帮助用户将结构化文档反馈报告提交到 FixYourDocs 中心统一跟踪。
将缺陷修复流程编排为复现、修复、评审与门禁提交的自动协作任务
系统化定位 bug、测试失败与异常行为,并在修复前梳理原因与排查步骤。
定位特定技能测试失败原因,读取结果文件并提取关键报错细节。