C#/.NET Commands (/csharp:)
Backend development with C#/.NET, Clean Architecture, and CQRS.
Code Generation
| Command | Description |
|---|---|
/csharp:generate-feature <Name> | Generate complete CQRS feature (entity, commands, queries, endpoints) |
Analysis Commands
| Command | Description |
|---|---|
/csharp:check-architecture | Validate Clean Architecture (layers, dependencies) |
/csharp:check-code-quality | Run code quality checks (async, LINQ, null safety) |
/csharp:check-compliance | Check rule compliance (CQRS, DDD, modern C#) |
/csharp:check-security | Security audit (OWASP Top 10, injection, auth) |
/csharp:check-testing | Test coverage analysis (xUnit, integration tests) |