Toolverse
All skills

api-test-suite-builder

by alirezarezvani

API Test Suite Builder

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
1

About this skill

API Test Suite Builder

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude/Copilot, wskazując repozytorium alirezarezvani/claude-skills w katalogu engineering/api-test-suite-builder. 2. Przygotuj projekt zawierający definicje tras API — narzędzie automatycznie skanuje pliki route.ts w Next.js App Router, pliki z dekoratorem @app.route() w Express, funkcje z @api_view() w FastAPI lub viewsets w Django REST. 3. Poproś narzędzie o wygenerowanie testów, używając poleceń takich jak: "Wygeneruj testy dla wszystkich endpointów API" lub "Utwórz test suite dla nowych tras". 4. Narzędzie przeskanuje kod źródłowy, wyodrębni wszystkie metody HTTP (GET, POST, PUT, PATCH, DELETE) i ścieżki, a następnie wygeneruje testy obejmujące scenariusze autentykacji (ważne tokeny, wygasłe tokeny, brak nagłówka), walidacji wejścia (brakujące pola, błędne typy, wartości graniczne), kodów błędów (400, 401, 403, 404, 422, 500), paginacji, przesyłania plików i rate limitingu. 5. Pobierz wygenerowane pliki testowe — dla projektów Node otrzymasz testy w formacie Vitest+Supertest, dla Python otrzymasz testy w formacie Pytest+httpx. 6. Uruchom testy w swoim pipeline'u CI/CD lub lokalnie, aby zweryfikować pokrycie API i upewnić się, że wszystkie trasy mają co najmniej smoke testy przed wydaniem.

Related skills

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

textual

by KyleKing

Expert guidance for building TUI (Text User Interface) applications with the Textual framework. Invoke when user asks about Textual development, TUI apps, widgets, screens, CSS styling, reactive programming, or testing Textual applications.

Testing
69192

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

hono

by openstatusHQ

Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.

Testing
1257