What problem does it solve?
API teams often ship inconsistently designed endpoints, unclear error handling, and breaking changes that slow down integration and create costly rework. This Skill helps you review API designs early so you can spot REST violations, documentation gaps, and compatibility risks before they reach clients.
Core Features & Use Cases
- REST Design Review: Checks resource naming, HTTP method usage, URL structure, status codes, pagination, and error formats against best practices.
- Breaking Change Detection: Compares API versions to identify removed endpoints, schema changes, required field additions, and other client-breaking updates.
- Quality Scoring: Produces an API scorecard across consistency, documentation, security, usability, and performance.
- Use Case: A platform team can run this Skill on an OpenAPI spec during review to catch non-restful paths, missing response documentation, and risky version changes before merge.
Quick Start
Ask this skill to review your OpenAPI specification or endpoint definitions and return design issues, breaking changes, and improvement recommendations.