API Documentation Audit

Audits a repository's OpenAPI documentation against spec/project/api-documentation/ and produces a severity-classified audit artifact. Dispatches the read-only api-documentation-scanner agent to discover every OpenAPI document (checked in at a conventional location or exportable via a documented command), then classifies findings on the Critical/Warning/Suggestion/Info ladder — presence and 3.x version floor, info completeness, per-operation contract (operationId, tags, summary, parameters, request bodies), response and schema hygiene, security documentation, and the lint/drift wiring. An HTTP-API repo with no discoverable document is the report's most severe finding; the audit continues, never aborts. Invoke to audit API documentation, check an OpenAPI document for completeness, or run an API-docs gate; also German. Don't use for error-response conformance (api-error-check) or general code review (source-code-review). Supports resume.

nolte a28e350 13.0 KB Updated

File contents

nolte/claude-shared/tree/main/plugins/nolte-engineering/skills/api-documentation-audit commit a28e350a79

Frequently asked questions

npx skillmds@latest add nolte/api-documentation-audit