Loading...
Loading...
File a GitHub issue for local integration test failures. TRIGGERS: file test bug, report test failure, create bug for test, integration test failed, test failure issue, junit failure
npx skill4agent add tyler-r-kendrick/agent-skills file-test-bugmicrosoft/github-copilot-for-azureazure-role-selectorappinsights-instrumentationtests/reports/junit.xmlagent-metadata.mdtests/reports/test-run-<timestamp>/<skillname>-<testname>/github-mcp-server-create_issueowner: 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>agent-metadata.md<details>