verify-tests-fail-without-fix

Installation
SKILL.md

Verify Tests Fail Without Fix

Verifies tests actually catch the issue. Supports all test types (UI tests, unit tests, XAML tests, device tests) and two workflow modes.

Supported Test Types

Test Type Auto-Detected From Runner
UITest TestCases.Shared.Tests/, TestCases.HostApp/ BuildAndRunHostApp.ps1
DeviceTest DeviceTests/ Run-DeviceTests.ps1
UnitTest *.UnitTests/, Graphics.Tests/ dotnet test
XamlUnitTest Xaml.UnitTests/ dotnet test

Test type is auto-detected from changed files. Override with -TestType if needed.

-Platform is required for UI and Device tests. It selects which platform to verify the fix on. Unit and XAML tests do not require -Platform.

Activation Guard

Installs
19
Repository
dotnet/maui
GitHub Stars
23.3K
First Seen
Mar 1, 2026
verify-tests-fail-without-fix β€” dotnet/maui