Review .NET code quality, design patterns, security, and practices in the current repo. Produces scored findings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dotnet-service-review:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the code quality, .NET practices, and security of this repository.
Review the code quality, .NET practices, and security of this repository.
Produce scored findings for:
Read your required knowledge files first. Follow your output format exactly.
npx 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.
Conducts code reviews checking quality, security (OWASP Top 10), maintainability, and performance using tools like code_outline, code_search, and grep.
Conducts code reviews assessing quality, best practices, security vulnerabilities, performance, error handling, and test coverage. Outputs categorized issues with recommendations and severity ratings.