api-development skill helps design and implement robust APIs following RESTful principles and GraphQL best practices.

For code review, check that:
1. API follows RESTful conventions (for REST APIs)
2. Proper HTTP status codes are used
3. Request/response validation is implemented
4. API documentation is complete (OpenAPI/Swagger)
5. Rate limiting is implemented
6. Versioning strategy is in place
7. Authentication and authorization are secure
8. Error handling is consistent and informative