Full health review of the .NET repo in the current directory. Launches architect, code reviewer, test analyst, and modernization analyst agents in parallel, then assembles a scored report with health and modernization readiness scores.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dotnet-service-review:dotnet-service-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Conduct a full health review of this repository (or a subdirectory within it) by orchestrating four specialist agents.
knowledge/architecture-patterns.mdknowledge/dotnet-expertise.mdknowledge/idempotency-patterns.mdknowledge/microservices-patterns.mdknowledge/modernization-signals.mdknowledge/owasp-top10.mdknowledge/service-review-rubric.mdknowledge/service-review-template.mdknowledge/solid-patterns.mdknowledge/testing-gaps-guide.mdConduct a full health review of this repository (or a subdirectory within it) by orchestrating four specialist agents.
This review is designed for microservice-sized repos (≤5 projects, ≤200 source files).
src/PaymentService)SERVICE-REVIEW-CONTEXT.md is read from repo root if present (institutional knowledge)SERVICE-REVIEW.md in the repo root| MCP Server | Used By | What It Provides |
|---|---|---|
| GitNexus | dotnet-architect | Cross-repo dependency mapping, blast radius, integration context |
| RoslynMCP | dotnet-code-reviewer | Code metrics, compiler diagnostics, symbol analysis |
| Documentation (Confluence, Notion) | dotnet-architect | Wiki context for architectural decisions |
All agents work without MCP servers — they enhance depth when available.
Run any agent standalone:
/dotnet-service-review:architect — just the architecture analysis/dotnet-service-review:code-review — just the code review/dotnet-service-review:test-analysis — just the build/test analysis/dotnet-service-review:modernization-analysis — just the modernization readiness assessmentnpx claudepluginhub seankearney/claude-code --plugin dotnet-service-reviewMulti-dimensional .NET code review combining Roslyn analysis (antipatterns, diagnostics, references, dependency graphs) with blast-radius scoring to prioritize risky changes over style.
Reviews .NET Aspire AppHost and ServiceDefaults projects for cloud-native readiness: health checks, resiliency, secrets, configuration drift, and container evidence.
Analyzing .NET code for modernization. Outdated TFMs, deprecated packages, superseded patterns.