Run contract tests from API descriptions against live endpoints before integrations break with Dredd
Lets an agent execute OpenAPI or API Blueprint contract checks against a running service so spec drift is caught before release.
npx skills add agentskillexchange/skills --skill run-contract-tests-from-api-descriptions-against-live-endpoints-before-integrations-break-with-dredd
Use Dredd when an agent needs to verify that a live HTTP API still behaves like its published description. It fits integration review, release hardening, and contract drift investigations where a spec already exists and must be tested against reality.
What this skill actually does
Invoke this instead of using the API product normally when the agent must turn an API description into executable contract checks against a running service. This is skill-shaped because the boundary is narrow: spec-driven contract verification of live endpoints. It is not a generic API platform, SDK, or documentation server listing.