maui
Automate .NET MAUI pull request reviews, testing, and CI triage
All Skills in This Repository (26)
Pure Emerald Level Indicatorsanalyze-sessions
Analyzes local Copilot CLI session logs to identify agent failure modes and generate regression evals.
ci-fix
Triages .NET MAUI CI-fixer pull requests with ownership deduplication and safety gates.
evaluate-pr-tests
Evaluates PR test coverage, quality, conventions, and test type appropriateness for .NET MAUI pull requests.
azdo-build-investigator
Investigates dotnet/maui CI failures across Azure DevOps pipelines, Helix tests, and binlogs.
code-review
Reviews .NET MAUI pull request code for correctness, safety, and convention compliance.
dependency-flow
Manages .NET MAUI dependency flow operations using darc, Maestro MCP tools, and channel conventions.
agentic-labeler
Applies area and platform labels to dotnet/maui issues and pull requests.
review-test-failures
Classifies PR CI test failures as PR-caused or unrelated and emits a merge-readiness verdict.
release-readiness
Assesses ship-readiness of .NET MAUI servicing and preview release branches from CI and regression evidence.
agentic-workflows
Routes GitHub Agentic Workflows design, creation, debugging, and upgrade requests to matching prompt files.
otel-queries
Analyzes Copilot and agentic workflow OpenTelemetry token and execution metrics from JSONL exports.
pr-review
Orchestrates a three-phase pull request review workflow for dotnet/maui with multi-model fix exploration.
Frequently Asked Questions
FAQPage SchemaHow to install dotnet/maui skills?โผ
Run `npx skills add dotnet/maui --all -g -y` in your terminal to install all skills in this suite globally.
What is .NET MAUI used for?โผ
.NET MAUI is Microsoft's cross-platform framework for building Android, iOS, macOS, and Windows apps from a single C# and XAML codebase. This skill suite helps AI agents review, test, and maintain that framework's repository.
How do these skills help with pull request reviews?โผ
Skills like pr-review, code-review, and try-fix gather PR context, analyze code against MAUI conventions, and test alternative fixes across multiple AI models. They produce structured findings without ever approving or posting reviews, which stays a human decision.
Can AI run .NET MAUI device and UI tests?โผ
Yes. Skills such as run-device-tests, write-ui-tests, and run-helix-tests build test apps, boot simulators or emulators, and execute filtered test categories on iOS, Android, MacCatalyst, and Windows.
Do I need to write code to use these skills?โผ
No. You describe the task in plain English, such as reviewing a PR or triaging issues, and your AI agent runs the underlying PowerShell scripts and GitHub commands for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core