dotnet-design-pattern-review
Comprehensive C#/.NET design pattern analysis with actionable improvement recommendations.
What it does
- Factory Pattern: Complex object creation service provider integration
- Dependency Injection: Primary constructor syntax, ArgumentNullException null checks, interface abstractions, proper service lifetimes
- Repository Pattern: Async data access interfaces provider abstractions for connections
- Provider Pattern: External service abstractions (database, AI), clear contracts, configuration handling
- Resource Pattern: ResourceManager for localized messages, separate .resx files (LogMessages, ErrorMessages)
- Design Patterns: Identify patterns used. Are Command Handler, Factory, Provider, and Repository patterns correctly implemented? Missing beneficial patterns?
- Architecture: Follow namespace conventions ({Core|Console|App|Service}.{Feature})? Proper separation between Core/Console projects? Modular and readable?
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Comprehensive C#/.NET design pattern analysis with actionable improvement recommendations.
Source
Repository: https://github.com/github/awesome-copilot
dotnet-design-pattern-review FAQ
What does the dotnet-design-pattern-review skill do?
Review the C#/.NET code for design pattern implementation and suggest improvements. Factory Pattern: Complex object creation service provider integration Dependency Injection: Primary constructor syntax, ArgumentNullException null checks, interface abstractions, proper service lifetimes
How do I install dotnet-design-pattern-review?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill dotnet-design-pattern-review --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain dotnet-design-pattern-review?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-dotnet-design-pattern-review?ref=badge) npx agentictools info skills/github-awesome-copilot-dotnet-design-pattern-review The second line is the CLI lookup for this page — handy in READMEs and docs.