Review Dotnet
Analyzes .NET code for potential bugs, performance bottlenecks, and style inconsistencies using static analysis techniques.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add review-dotnet npx -- -y @trustedskills/review-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"review-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/review-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The review-dotnet skill allows AI agents to analyze and summarize C# (.NET) code. It can identify potential bugs, suggest improvements based on best practices, and explain complex code sections in plain language. This skill is designed to improve code quality and developer understanding within .NET projects.
When to use it
- Code Review Assistance: Quickly get feedback on a pull request or new feature implementation before merging into the main codebase.
- Learning New Codebases: Understand unfamiliar C# code by having the agent explain its functionality.
- Refactoring Suggestions: Identify areas in existing code that could be improved for performance, readability, or maintainability.
- Bug Detection: Proactively find potential errors and vulnerabilities within .NET applications.
Key capabilities
- C# (.NET) code analysis
- Bug identification
- Code improvement suggestions
- Code explanation in plain language
Example prompts
- "Review this C# code for potential bugs: [paste code here]"
- "Explain what this function does: [paste function code here]"
- "Suggest improvements to this .NET class: [paste class code here]"
Tips & gotchas
The skill requires access to the C# code being reviewed. Large codebases may take longer to process and could be limited by context window size.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.