BuildMIT

API test suite builder

by Alireza Rezvani (opens in a new tab) alirezarezvani/claude-skills

Scans API routes and generates contract-focused tests for auth, validation, and failure paths.

Installation

Skills CLI

Skills CLI command
npx skills@latest add alirezarezvani/claude-skills --skill api-test-suite-builder

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Maps handlers, reads their schemas and business rules, and writes one focused suite per route group with fixtures and response-shape assertions. Route discovery covers Next.js, Express, FastAPI, and Django REST, while generated tests target Vitest/Supertest or Pytest/httpx.

  • LicenceMIT
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size178 lines
  • Last checked27 Sept 2026 · a0db3fd9004317097c1c9c7ef7da6276a98d205a1c2af79fbbddd72fab976d42

What it can touch

  • Edits code

    Changes files in your project.

  • Runs commands

    Runs shell commands such as tests, builds or installs.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

engineering/skills/api-test-suite-builder/SKILL.md on GitHub (opens in a new tab)