Dotnet API Design Review

Reviews .NET Web API design for contract quality, versioning, validation, error handling, and observability. Use when building or reviewing API endpoints in .NET 8 or newer.

jaypalsolanki Updated

File contents

Dotnet API Design Review

Workflow

  1. Inspect endpoint contracts, routing, and versioning strategy.
  2. Validate request/response DTO design and backward compatibility.
  3. Check error model (ProblemDetails) and status code semantics.
  4. Verify tracing, correlation IDs, and structured logging.
  5. Provide prioritized findings and remediation actions.

Output template

## API Review Findings
- Critical:
- Major:
- Minor:

## Recommended changes
1.
2.

jaypalsolanki/cursor-rules-skills-commands/tree/main/Skills/dotnet-api-design-review commit d949587add

Frequently asked questions

npx skillmds@latest add jaypalsolanki/dotnet-api-design-review