openvmm-ci-investigation Skill
Investigate CI failures on OpenVMM PRs. Load when a PR has failing CI checks, you need to download and analyze test artifacts, or you need to diagnose build, fmt, clippy, or VMM test failures. Published by microsoft in openvmm.
What is openvmm-ci-investigation Skill?
Investigate CI failures on OpenVMM PRs. Load when a PR has failing CI checks, you need to download and analyze test artifacts, or you need to diagnose build, fmt, clippy, or VMM test failures. Published by microsoft in openvmm. 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 openvmm-ci-investigation Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/openvmm
- Skill file: .github/skills/openvmm-ci-investigation/SKILL.md
What it does
Investigate CI failures on OpenVMM PRs. Load when a PR has failing CI checks, you need to download and analyze test artifacts, or you need to diagnose build, fmt, clippy, or VMM test failures.
Skill instructions
Investigating CI Failures When a PR has failing CI checks, always start by running the investigation script. Do not manually query the GitHub API or download artifacts by hand — the script handles all of that automatically. Step 1: Run the Script bash Investigate the current branch's PR (no argument needed) python3 reposupport/investigateci.py Investigate a specific PR by number python3 reposupport/investigateci.py 2946 Or by run ID directly python3 reposupport/investigateci.py 23017249697 The script automatically: 1. Resolves the PR to the correct CI run (prefers failed runs from the main "OpenVMM PR" workflow) 2. Identifies failed jobs 3. Downloads -unit-tests-junit-xml artifacts and parses JUnit XML for unit test failures 4. Downloads -vmm-tests-logs artifacts if they exist 5. Finds tests with petri.failed markers and extracts ERROR/WARN lines 6. If no test or JUnit artifacts exist (build/fmt/clippy failure), shows the tail of the failed job's log Step 2: Analyze the Script Output R
Explore related resources
Frequently asked questions
What is openvmm-ci-investigation?
openvmm-ci-investigation is a open-source AI agent skill with Copy skill directory. Investigate CI failures on OpenVMM PRs. Load when a PR has failing CI checks, you need to download and analyze test artifacts, or you need to diagnose build, fmt, clippy, or VMM test failures.
Who is openvmm-ci-investigation best for?
openvmm-ci-investigation is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install openvmm-ci-investigation?
Install or run openvmm-ci-investigation using Copy skill directory. Check openvmm-ci-investigation for the latest setup command.
Is openvmm-ci-investigation actively maintained?
openvmm-ci-investigation may need a closer maintenance check before production use.
Auto-fetched from GitHub.