.NET Router Skill
Primary router skill for broad .NET work.
dotnet skills install dotnet
Apply MCAF human-review-planning guidance for a large AI-generated code drop by reading the target area, tracing the natural user and system flows, identifying the riskiest boundaries, and prioritizing the files a human should inspect first. Use when the codebase is too large to review line-by-line and you need a practical review sequence plus a prioritized file list.
- sign up or authentication - create - update - register or configure - execute primary business action - complete, archive, or finalize
- compare the generated code against known architecture and existing entities - look for places where the new feature should behave like nearby existing flows - prioritize boundaries where generated code may drift from established system rules
- entry points and orchestration layers - persistence and state transitions - cross-boundary integrations - permissions, validation, and invariants - side effects such as email, payments, jobs, or notifications
- prioritized review flow - prioritized files or modules to inspect
docs/AREA/HUMAN_REVIEW_PLAN.md.HUMAN_REVIEW_PLAN.md when requestedreferences/review-plan-format.md for the output shapereferences/risk-signals.md when deciding what deserves human attention firstPrimary router skill for broad .NET work.
dotnet skills install dotnet
Design or review .NET solution architecture across modular monoliths, clean architecture, vertical slices, microservices, DDD, CQRS, and cloud-native boundaries without…
dotnet skills install architecture
Review .NET changes for bugs, regressions, architectural drift, missing tests, incorrect async or disposal behavior, and platform-specific pitfalls before you approve or merge…
dotnet skills install code-review