agentsclimarketplace

Investigate integration test

Skill microsoft/GitHub-Copilot-for-Azure/.github/skills/investigate-integration-test

GitHub Copilot for Azure

Install
npx -y skills add microsoft/GitHub-Copilot-for-Azure --skill investigate-integration-test

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

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

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.1 KB, as published. Nobody here has run it

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 plugin/skills for context.
  5. Offer a suggested fix for each identified problem. Do not implement any fixes without the user's approval.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.