When you've got a failing integration test in the microsoft/GitHub-Copilot-for-Azure repo and need to figure out what went wrong, this skill automates the grunt work. Point it at a GitHub issue with a failing test run, and it downloads the logs and artifacts, analyzes the failure based on the issue's prompt, examines the relevant skill files in the codebase, and suggests fixes without implementing anything until you approve. It's basically a structured investigation workflow that keeps you from manually downloading test artifacts and piecing together what broke. Saves time when you're context switching between features and need to quickly diagnose CI failures.
npx -y skills add microsoft/github-copilot-for-azure --skill investigate-integration-test --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot