Skip to main content

api-contract-test-designer

Design contract tests that VERIFY implementations against API, command, provider, webhook, and edge-function contracts WITHOUT UI tests — request/response schema validation (shape, types, required fields, error envelope), provider-side and consumer-side roles, versioning checks, and backward-compatibility gates (additive vs breaking diff rules) wired into CI. Contract = does the shape/version hold; not the business flow behind it. Produces the verification design and hands implementation off. Use when asked to contract-test an API/webhook/RPC surface, prevent breaking API consumers or partners, verify a provider's responses match what consumers were promised, or gate schema drift in CI. Do NOT use to DESIGN the contract itself — versioning policy, envelopes, rate limits are api-event-architect, which this skill verifies; not for end-to-end flow through internal boundaries (integration-test-designer) or browser tests (playwright-e2e-engineer).

Jump to install

Source facts

Repository
ModernNomad-98/Project-Aegis
Last source activity
July 7, 2026 at 02:03
Detected SKILL.md language
English
Stars
3
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.