test-suite-setup Skill
Complete end-to-end setup and execution of the WinUI3 test suite locally. Delegates building to the build skill, then handles test payload creation, machine setup, and running all tests. Published by microsoft in microsoft-ui-xaml.
What is test-suite-setup Skill?
Complete end-to-end setup and execution of the WinUI3 test suite locally. Delegates building to the build skill, then handles test payload creation, machine setup, and running all tests. Published by microsoft in microsoft-ui-xaml. 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 test-suite-setup Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/microsoft-ui-xaml
- Skill file: src/.github/skills/test-suite-setup/SKILL.md
What it does
Complete end-to-end setup and execution of the WinUI3 test suite locally. Delegates building to the build skill, then handles test payload creation, machine setup, and running all tests.
Skill instructions
WinUI3 Full Test Suite Setup & Execution This skill performs a complete end-to-end test run of the WinUI3 repository on the local machine. It covers every step from environment initialization through running all ~8000 tests. AI Agent Instructions When something goes wrong, read these first. This skill has accumulated reference material later in this document that will save hours of debugging: - HRESULT Decoder Table — every crash code we've seen (0xC0000602, 0x8007007E, 0x80000003, etc.) with cause + first fix. - OSS Package Coherence — symptom: cascading combase crashes / 10% External failures. Root cause is almost always an incoherent OSS-pinned package set, not your code. - CI Test Invocation Map — what hosting mode each CI work item uses. Critical: Managed tests run with /p:HostingMode=WPF, not AppX. Missing this flag will look like "all 700+ Managed tests blocked" when nothing is actually broken. - Baseline Failure Catalog — methodology for "is this my bug or pre-existing?" before
Explore related resources
Frequently asked questions
What is test-suite-setup?
test-suite-setup is a open-source AI agent skill with Copy skill directory. Complete end-to-end setup and execution of the WinUI3 test suite locally. Delegates building to the build skill, then handles test payload creation, machine setup, and running all tests.
Who is test-suite-setup best for?
test-suite-setup is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install test-suite-setup?
Install or run test-suite-setup using Copy skill directory. Check test-suite-setup for the latest setup command.
Is test-suite-setup actively maintained?
test-suite-setup may need a closer maintenance check before production use.
Auto-fetched from GitHub.