mcpbeat

Investigate Integration Test

microsoft/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

293 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
242
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/GitHub-Copilot-for-Azure --skill investigate-integration-test

The instruction itself

3 sections, as written by the author

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.

How to use it

Copy the folder

Take microsoft/investigate-integration-test from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.