api.validate

Validate OpenAPI 3.x and AsyncAPI 3.x specifications against Zalando guidelines.

2|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/epieczko/betty --skill api-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api.validate
Source: https://github.com/epieczko/betty/tree/main/skills/api.validate
Command: npx skills add https://github.com/epieczko/betty --skill api-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires context.schema, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates manual API review processes by automatically validating specifications against industry guidelines.

Core Features & Use Cases

  • OpenAPI Validation: Check 3.x specifications for compliance with Zalando and other guidelines.
  • Error Detection: Identify common API design mistakes and provide actionable fixes.

Quick Start

Validate the OpenAPI specification file 'user-service.openapi.yaml' against Zalando standards.

Frequently Asked Questions about api.validate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate OpenAPI specifications against enterprise standards?

Validate OpenAPI 3.x specifications by running this Skill against your YAML or JSON spec files to check compliance with Zalando guidelines, detect design flaws, and receive actionable remediation suggestions for enterprise standards.

Can I validate AsyncAPI specifications with the same tool?

Yes, this Skill validates both OpenAPI 3.x and AsyncAPI 3.x specifications in a single workflow, applying the same enterprise criteria and compliance checks across both async and REST API designs.

What API design mistakes does this validation catch?

The Skill identifies common API design flaws through guideline-based validation, flagging issues as errors or warnings and providing specific fixes to align your OpenAPI or AsyncAPI specs with Zalando enterprise standards.

How do I integrate API validation into my CI/CD pipeline?

Add this Skill to your CI/CD workflow to automatically validate OpenAPI and AsyncAPI files on every commit, with strict-mode toggling and machine-friendly JSON output for pipeline integration and automated enforcement.

Does this replace manual API review processes?

This Skill automates manual API reviews by continuously validating specifications against enterprise guidelines, eliminating repetitive design checks while preserving human review for architectural decisions.