
investigate-integration-test
✓ Official★ 227by microsoft · part of microsoft/GitHub-Copilot-for-Azure
Investigate a failing integration test from a GitHub issue. Downloads logs/artifacts, analyzes the failure, examines relevant skills, and suggests fixes. TRIGGERS: investigate integration test, debug integration test, failing integration test, test failure investigation, diagnose test failure, analyze test issue
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Integration Test Investigation
Investigates a failing integration test given a GitHub issue in microsoft/GitHub-Copilot-for-Azure.
When to Use This Skill
- A GitHub issue links to a failing integration test run
- You need to diagnose why an integration test is failing
- You want to understand a test failure before implementing a fix
Steps
- Read the GitHub issue.
- Download the test logs and artifacts from the linked run.
- Look through the logs/artifacts and analyze the test with the prompt specified in the issue to diagnose the failure.
- Examine the relevant skills under
plugin/skillsfor context. - Offer a suggested fix for each identified problem. Do not implement any fixes without the user's approval.
npx skills add https://github.com/microsoft/GitHub-Copilot-for-Azure --skill investigate-integration-testRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.