dotnet-solid-review

Installation
SKILL.md

.NET SOLID Review

Scope And Precedence

  • Treat SOLID and object-oriented rules as heuristics, not automatic mandates.
  • Prefer maintainable, testable, intention-revealing local designs over pattern-heavy code, hypothetical abstractions, or premature optimization.
  • Apply project conventions first.
  • Use csharp-readable-code for language-level member naming, nullability, guards, factories, static members, and test-only production APIs.
  • Use dotnet-testing for ordinary test design and maui-ui-testing for device/emulator UI automation.
  • Use dotnet-domain-clarification before changing unclear domain-sensitive behavior.
  • Use dotnet-clean-architecture and dotnet-ddd-architecture only when the main project instructions explicitly activate them. Do not move code across those boundaries as incidental cleanup.

Review Workflow

Installs
1
First Seen
13 days ago
dotnet-solid-review — pepperize/csharp-skills