What problem does it solve?
This Skill addresses the challenge of maintaining high-quality, compliant, and developer-friendly OpenAPI documentation in Ktor-based projects, ensuring that API specs remain accurate and useful for consumers.
Core Features & Use Cases
- Automated Auditing: Validates OpenAPI specs against a comprehensive checklist including Info objects, route definitions, and DTO schemas.
- Code-Level Remediation: Directly applies improvements to route files and configuration to ensure OAS 3.x compliance.
- Quality Assurance: Verifies documentation consistency through automated tests and Swagger UI validation.
- Use Case: When adding a new feature, use this skill to ensure the new route is correctly documented with proper operation IDs, summaries, and error responses, preventing integration issues for frontend teams.
Quick Start
Invoke the openapi-quality skill to audit the current route files and apply necessary documentation improvements to the project.