Create a GitHub issue from local integration test failures.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "file-test-bug" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/.github/skills/file-test-bug/SKILL.md 2. Save it as ~/.claude/skills/file-test-bug/SKILL.md 3. Reload skills and tell me it's ready
Based on the following local integration test failure logs, extract the key details and draft a GitHub issue including a title, summary, reproduction steps, expected result, actual result, and relevant log snippets: [paste test logs]
A well-structured GitHub issue draft that the team can submit and investigate directly.
I have a JUnit failure report. Turn the failed test cases, exception details, impact, and likely reproduction steps into a GitHub bug report in Markdown: [paste JUnit report]
A Markdown bug report highlighting failed cases, error causes, and debugging clues.
Below are multiple failures from the same local integration test run. Determine whether they belong to the same issue and generate a consolidated GitHub issue with affected modules, shared symptoms, and attachment recommendations: [paste multiple failure records]
A consolidated issue draft that helps the team avoid duplicates and find the root cause faster.
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.
Analyze and compress Markdown to reduce tokens and improve AI efficiency.
Write, review, and standardize Agent Skills to match agentskills.io requirements.
Discover Azure OpenAI capacity, quotas, and best regions for deployment.
Create, validate, and run eval.yaml suites for agent skill evaluation.
Query and analyze logs, telemetry, and time-series data in Azure Data Explorer.
Assess AKS Automatic readiness and generate fixes for migration blockers.
Investigate failing GitHub integration tests and suggest likely fixes
Fetch GitHub issues, create fixes, open PRs, and handle reviews.
Submit structured documentation feedback reports to the FixYourDocs hub.
Orchestrate bug fixing from repro to gated commit with delegated agents.
Systematically investigate bugs, test failures, and unexpected behavior before fixing.
Investigate why a specific skill’s tests failed and surface error details.