azdo-build-investigator

Installation
SKILL.md

dotnet/maui CI Investigation Context

This skill provides MAUI-specific context for CI investigation. Use it together with the ci-analysis skill (loaded from the dotnet-dnceng@dotnet-arcade-skills plugin via .github/copilot/settings.json).

First: invoke the ci-analysis skill — it handles the core investigation workflow using Get-CIStatus.ps1 and gh CLI (with MCP tools as optional enhancements if available). This skill provides MAUI-specific corrections and context on top of that.

Script Location

The ci-analysis skill and its Get-CIStatus.ps1 script are loaded automatically from the dotnet/arcade-skills plugin (configured in .github/copilot/settings.json via enabledPlugins). The CLI caches scripts to ~/.copilot/installed-plugins/dotnet-arcade-skills/. No manual download is needed.

MAUI CI Pipelines

⚠️ The ci-analysis skill's reference doc lists maui-public as the MAUI pipeline — this is outdated. The correct pipeline names are below.

Pipeline Name Definition ID Purpose
maui-pr 302 Main build — check this first
maui-pr-devicetests 314 Helix device tests (iOS, Android, Windows, MacCatalyst)
maui-pr-uitests 313 Appium-based UI tests
Installs
2
Repository
dotnet/maui
GitHub Stars
23.3K
First Seen
May 16, 2026
azdo-build-investigator — dotnet/maui