validate-oas
Installation
SKILL.md
Validate OAS
Overview
Use node ./scripts/validate_oas_docs.js for a fast pass/fail check of a specific API area.
This skill is intentionally minimal:
- Return only
VALIDorNOT VALID. - If
NOT VALID, mention thedebug-oasskill for detailed issue debugging. - Use this skill first for quick pass/fail.
- Hand off to
debug-oaswhen the developer wants issue categorization or examples.
Before validating, make sure the generated OAS artifacts in oas_docs are current. Treat stale generated files as an environment/setup problem, not a validation result.