Skip to main content
Back to registry

dotnet-design-pattern-review

github/awesome-copilot

Review the C#/.NET code in ${selection} for design pattern implementation and suggest improvements for the solution/project. Do not make any changes to the code, just provide a review.

Installs7
Install command
npx skills add https://github.com/github/awesome-copilot --skill dotnet-design-pattern-review
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Review the C#/.NET code in ${selection} for design pattern implementation and suggest improvements for the solution/project. Do not make any changes to the code, just provide a review. Provide specific, actionable recommendations for improvements aligned with the project's architecture and .NET best practices. - Command Pattern : Generic base classes ( CommandHandler ), ICommandHandler interface, CommandHandlerOptions inheritance, static SetupCommand(IHost host) methods - 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?

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does dotnet-design-pattern-review do?

Review the C#/.NET code in ${selection} for design pattern implementation and suggest improvements for the solution/project. Do not make any changes to the code, just provide a review.

Is dotnet-design-pattern-review good?

dotnet-design-pattern-review does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does dotnet-design-pattern-review work with?

dotnet-design-pattern-review currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to dotnet-design-pattern-review?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install dotnet-design-pattern-review?

npx skills add https://github.com/github/awesome-copilot --skill dotnet-design-pattern-review

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering