dotnet-code-quality
Installation
SKILL.md
Code Quality Standards
Critical Rules (MUST Follow)
Cyclomatic Complexity
MUST:
- Immediately refactor any method with complexity > 10-15
- Break down complex methods into smaller, focused methods
- Use early returns to reduce nesting
- Extract complex conditions into well-named methods
For refactoring examples:
→ See references/refactoring-examples.md