Validate API responses against schemas to ensure contract compliance and data integrity. Use when ensuring API response correctness. Trigger with phrases like "validate responses", "check API responses", or "verify response format".
4.6
Rating
0
Installs
Testing & Quality
Category
The skill has reasonable structure with separated reference files, but suffers from a critical mismatch between its stated purpose (validating API responses against schemas) and its actual content (which focuses on building/implementing APIs rather than validation). The description suggests response validation, schema compliance checking, and contract verification, but the instructions cover API development tasks like defining endpoints, implementing handlers, and database integration. The prerequisites and outputs (routes, controllers, models) align with API development, not validation. While the structure is decent and references are properly externalized, the descriptionCoverage score is low due to this fundamental disconnect. The taskKnowledge is moderate assuming referenced files contain validation logic, but the main instructions don't reflect validation workflows. Novelty is limited as API response validation is relatively straightforward with existing tools (JSON Schema validators, contract testing libraries) that a CLI agent could invoke directly without significant token overhead.
Loading SKILL.md…