The API Design Review skill streamlines the auditing process for REST, GraphQL, and gRPC interfaces within your development workflow. By analyzing OpenAPI specifications, GraphQL schemas, Protobuf files, or raw source code routes, it provides comprehensive feedback on resource naming, status code usage, pagination patterns, and security implementations. It generates structured reports that categorize findings into critical issues, warnings, and suggestions, ensuring your APIs remain ergonomic, secure, and maintainable across complex distributed systems.
Key Features
01Automated discovery of specification files and source code route definitions
02Security pattern verification including rate limiting and idempotency checks
0338 GitHub stars
04Detailed analysis of resource naming, URL structures, and HTTP method usage
05Categorized reporting with severity levels and actionable refactoring examples
06Multi-protocol support for REST (OpenAPI/Swagger), GraphQL, and gRPC