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

Entity Framework Core

Installs
3
First Seen
Feb 6, 2026
dotnet-code-quality — analistadesarrollo4/skills