The fix-spec skill is a specialized utility designed for developers to clean up and standardize OpenAPI Specifications (OAS) with precision. It automates the resolution of common validation errors, such as generic object naming, duplicate operation IDs, and unused schemas, while providing a safe 'dry run' environment to preview changes before they are applied. By integrating a multi-step process of previewing, paginating large change sets, persisting output, and final validation, this skill ensures that API definitions remain robust, consistent, and ready for high-quality code generation.
주요 기능
01Automated deduplication of conflicting operationId values
02Smart renaming of generic schema names to meaningful identifiers
03Post-fix validation to ensure specification compliance
04Dry-run preview mode to audit changes before applying
05Spec pruning to remove empty paths and unused definitions
062 GitHub stars