analyze-skill-issues
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 er Published by microsoft in GitHub-Copilot-for-Azure.
What is analyze-skill-issues?
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 er Published by microsoft in GitHub-Copilot-for-Azure. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use analyze-skill-issues
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/GitHub-Copilot-for-Azure
- Skill file: .github/skills/analyze-skill-issues/SKILL.md
What it does
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 er
Skill instructions
Analyze Skill Issues Queries the strdashboarddevveobvk Azure Storage account that stores all integration test results and retrieves error details for a given skill. Quick Reference | Property | Value | |----------|-------| | Storage account | strdashboarddevveobvk | | Container | integration-reports | | Blob path pattern | {date}/{runid}/{skillname}/[{testname}/]<file — see Blob Path Layout | | Blob discovery | mcpazuremcpstorageblobget — list blobs to find the right paths | | Blob content download | az storage blob download ... --file "$env:TEMP<filename" — local path reported in summary | | Best for | Diagnosing why a skill's integration tests are failing | TOOL USAGE — MANDATORY: Use mcpazuremcpstorageblobget to enumerate and identify the correct blob paths. Then use az storage blob download to download and read the content of those blobs. These tools serve different purposes and are both always required — they are not alternatives. When to Use - User asks why a skill's tests are f
Explore related resources
Frequently asked questions
What is analyze-skill-issues?
analyze-skill-issues is a open-source AI agent skill with Copy skill directory. 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.
Who is analyze-skill-issues best for?
analyze-skill-issues is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install analyze-skill-issues?
Install or run analyze-skill-issues using Copy skill directory. Check analyze-skill-issues for the latest setup command.
Is analyze-skill-issues actively maintained?
analyze-skill-issues may need a closer maintenance check before production use.
Auto-fetched from GitHub.