loading
loading
Keep frontend and backend in sync by enforcing OpenAPI contracts in CI.
Catches the frontend/backend drift that bites in production — it diffs the OpenAPI contract on every PR so a breaking route fails CI, not your users.
Listed for review
No verified public repo for this skill yet, so this page does not give you an install command. Skills with a verified source install in one command — or fully manual: copy the skill folder into .claude/skills/ and your agent picks it up.
Boostor Quality Score
84/100 · B
API Contract Enforcer generates a TypeScript client from your OpenAPI spec and runs a diff on every PR to catch breaking changes before they reach production. It wires into your existing ESLint config to surface type mismatches inline in the editor. Supports Zod schema generation for runtime validation at API boundaries.
Review a database migration for data-loss, lock risk, and missing rollback before you apply it.
Reads a migration the way production will: full tables, real locks, and a rollback you actually have — catches data-loss before you apply.
Transparent + deterministic: every point above is computed from this skill's real fields plus a prompt-injection safety scan. No black box, no pay-to-rank.
Generate and validate database migrations from natural-language change requests.
Turns a plain-English schema change into a reviewed migration with rollback steps — and flags the breaking changes before you apply them, not after.