Query the integration-test storage account to find why a specific skill's tests are failing. Reads blob-stored test result files and surfaces error details. TRIGGERS: why is skill failing, skill test failures, debug skill tests, skill failing tests, analyze skill failures, why are tests failing for skill, skill test errors, investigate skill issues. DO NOT USE FOR: analyzing a GitHub Actions run report or comparing test runs across runs (use analyze-test-run).
$npx -y skills add microsoft/github-copilot-for-azure --skill analyze-skill-issuesInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/github-copilot-for-azure" --skill "microsoft/github-copilot-for-azure/analyze-skill-issues"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/github-copilot-for-azure" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/github-copilot-for-azure"` and select the relevant skills, then follow their instructions.