Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

maui

يحتوي maui على 19 من skills المجمعة من dotnet، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
19
Stars
23.3k
محدث
2026-06-19
Forks
1.9k
التغطية المهنية
3 فئات مهنية · 89% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

release-readiness
غير مصنف

Assesses ship-readiness for .NET MAUI release branches — Servicing Releases (SR) and Previews. Surveys CI pipelines, computes what's actually NEW in the branch (commits + source PRs with revert detection), and cross-references open `regressed-in-*` issues against branch contents to identify port candidates, rejected backports, and unresolved regressions. Supports both in-flight and pre-cut (candidate) modes for SR and Preview branches.

2026-06-19
agentic-labeler
مطوّرو البرمجيات

Labels issues and pull requests in the dotnet/maui repository with `area-*` and `platform/*` labels ONLY, based on technical content and platform-file conventions. Used by the gh-aw agentic-labeler workflow and available for batch evaluation and interactive Copilot CLI usage.

2026-06-17
code-review
غير مصنف

Deep code review of PR changes for correctness, safety, and MAUI conventions. Uses independence-first assessment (code before narrative) and delegates to the maui-expert-reviewer agent for per-dimension sub-agent evaluation. Triggers on: "review code for PR", "code review PR", "analyze code changes", "check PR code quality". Do NOT use for: summarizing PRs, describing what changed, general PR questions, running tests, or fixing code.

2026-06-17
evaluate-pr-tests
محللو ضمان جودة البرمجيات والمختبرون

Evaluates tests added in a PR for coverage, quality, edge cases, and test type appropriateness. Checks if tests cover the fix, finds gaps, and recommends lighter test types when possible. Prefer unit tests over device tests over UI tests. Triggers on: 'evaluate tests in PR', 'review test quality', 'are these tests good enough', 'check test coverage', 'is this test adequate', 'assess test coverage for PR'.

2026-06-17
try-fix
مطوّرو البرمجيات

Attempts ONE alternative fix for a bug, tests it empirically, and reports results. ALWAYS explores a DIFFERENT approach from existing PR fixes. Use when CI or an agent needs to try independent fix alternatives. Invoke with problem description, test command, target files, and optional hints.

2026-06-17
verify-tests-fail-without-fix
محللو ضمان جودة البرمجيات والمختبرون

Verifies tests catch the bug. Auto-detects test type (UI tests, device tests, unit tests) and dispatches to the appropriate runner. Supports two modes - verify failure only (test creation) or full verification (test + fix validation).

2026-06-17
review-test-failures
محللو ضمان جودة البرمجيات والمختبرون

Classifies PR CI/test failures as likely PR-caused, likely unrelated, needing investigation, or insufficient data. Uses gathered GitHub/AzDO/Helix context and MAUI-specific CI conventions.

2026-06-10
dependency-flow
مطوّرو البرمجيات

MAUI-specific dependency flow rules, channel conventions, and feed lookup workflows. Use when asked about darc, BAR, Maestro, feeds for .NET MAUI, build promotion, asset lookup, channel mappings, or dependency flow for dotnet/maui. Wraps the maestro-cli skill and maestro MCP tools with MAUI-specific guardrails.

2026-06-09
pr-finalize
مطوّرو البرمجيات

Finalizes any PR for merge by verifying title/description match implementation AND performing code review for best practices. Use when asked to "finalize PR", "check PR description", "review commit message", before merging any PR, or when PR implementation changed during review. Do NOT use for extracting lessons (use learn-from-pr), writing tests (use write-tests-agent), or investigating build failures (use azdo-build-investigator and ci-analysis).

2026-06-08
run-device-tests
مطوّرو البرمجيات

Build and run .NET MAUI device tests locally with category filtering. Supports iOS, MacCatalyst, Android on macOS; Android, Windows on Windows. Use TestFilter to run specific test categories.

2026-06-08
find-reviewable-pr
متخصصو دعم مستخدمي الحاسوبمطوّرو البرمجيات

Finds open PRs in the dotnet/maui and dotnet/docs-maui repositories that are good candidates for review, prioritizing by milestone, priority labels, partner/community status.

2026-06-03
pr-review
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات

End-to-end PR reviewer for dotnet/maui. Orchestrates 3 phases — Pre-Flight, Try-Fix, Report. Gate runs separately before this skill. Use when asked to 'review PR #XXXXX', 'work on PR #XXXXX', or 'fix issue #XXXXX'.

2026-05-18
azdo-build-investigator
محللو ضمان جودة البرمجيات والمختبرون

Investigate CI failures for dotnet/maui PRs — build errors, Helix test logs, and binlog analysis. Use when asked about failing checks, CI status, test failures, 'why is CI red', 'build failed', 'what's failing on PR', Helix failures, or device test failures.

2026-04-30
learn-from-pr
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات

Analyzes a completed PR to extract lessons learned from agent behavior. Use after any PR with agent involvement - whether the agent failed, succeeded slowly, or succeeded quickly. Identifies patterns to reinforce or fix, and generates actionable recommendations for instruction files, skills, and documentation.

2026-02-13
run-integration-tests
محللو ضمان جودة البرمجيات والمختبرون

Build, pack, and run .NET MAUI integration tests locally. Validates templates, samples, and end-to-end scenarios using the local workload.

2026-01-30
issue-triage
مطوّرو البرمجيات

Queries and triages open GitHub issues that need attention. Helps identify issues needing milestones, labels, or investigation.

2026-01-29
run-helix-tests
محللو ضمان جودة البرمجيات والمختبرون

Submit and monitor .NET MAUI unit tests on Helix infrastructure. Supports running XAML, Resizetizer, Core, Essentials, and other unit test projects on distributed Helix queues.

2026-01-29
write-ui-tests
محللو ضمان جودة البرمجيات والمختبرون

Creates UI tests for a GitHub issue and verifies they reproduce the bug. Iterates until tests actually fail (proving they catch the issue). Use when PR lacks tests or tests need to be created for an issue.

2026-01-27
write-xaml-tests
محللو ضمان جودة البرمجيات والمختبرون

Creates XAML unit tests for GitHub issues in the Controls.Xaml.UnitTests project. Tests XAML parsing, compilation (XamlC), and source generation. Use when testing XAML-specific behavior, not UI interactions.

2026-01-27