What problem does it solve?
This Skill audits and fills gaps in API documentation so endpoints are clearly described, include realistic examples, and document response codes and errors to reduce integration friction and runtime surprises.
Core Features & Use Cases
- Documentation audit: Detects missing or placeholder docstrings, undocumented path/query/body parameters, and absent response code coverage.
- Docstring and OpenAPI enhancements: Generates concise summaries, detailed descriptions, tags, and responses annotations suitable for FastAPI and other REST frameworks.
- Model and example generation: Produces Pydantic Field examples, json_schema_extra model examples, and matching request/response pairs for Swagger/OpenAPI.
- Use case: Improve a public FastAPI service's Swagger docs by adding parameter descriptions, realistic examples, 4xx/5xx error schemas, and consistent tag organization.
Quick Start
Ask the skill to audit the FastAPI application and generate enhanced docstrings, Pydantic model examples, response code documentation, and an OpenAPI improvement plan.