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
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
license
MIT
metadata
{"author":"Microsoft","version":"1.0.0"}
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/skills for context.
Offer a suggested fix for each identified problem. Do not implement any fixes without the user's approval.