# Investigate Integration Test

> 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

- Skill: `microsoft/investigate-integration-test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add microsoft/investigate-integration-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/microsoft/investigate-integration-test/raw
- Safety review: pending (external: skill-scanner WARNING, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: MIT
- Author: Microsoft (https://skillmd.com/u/microsoft)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/microsoft/investigate-integration-test

---


# 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

1. Read the GitHub issue.
2. Download the test logs and artifacts from the linked run.
3. Look through the logs/artifacts and analyze the test with the prompt specified in the issue to diagnose the failure.
4. Examine the relevant skills under `plugins/*/skills` for context.
5. Offer a suggested fix for each identified problem. Do not implement any fixes without the user's approval.

