Analyze build health, test coverage, testing patterns, and maintainability of the .NET repo in the current directory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dotnet-service-review:test-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the build health, testing, and maintainability of this repository.
Analyze the build health, testing, and maintainability of this repository.
Produce:
Read your required knowledge files first. Follow your output format exactly.
npx claudepluginhub seankearney/claude-code --plugin dotnet-service-reviewAssesses .NET project health across 8 dimensions (build, code quality, architecture, test coverage, dead code, API surface, security, documentation) with letter grades A-F and actionable recommendations using Roslyn MCP tools.
Analyze code coverage and CRAP (Change Risk Anti-Patterns) scores to identify high-risk code. Use OpenCover format with ReportGenerator for Risk Hotspots showing cyclomatic complexity and untested code paths. Use when evaluating code quality and test coverage before changes, identifying high-risk code that needs refactoring or testing, setting up coverage collection for a .NET project, or establishing coverage thresholds for CI/CD pipelines.
Runs a repository engineering audit with SARIF-compatible evidence, 4-level confidence scoring, and OpenSSF-style health evaluation. Use when assessing code quality or repository health.