Skill Detail

REST API Testing Reference Kit

Comprehensive REST API testing reference using Postman Collection SDK v2.1 and Newman CLI. Includes assertion libraries for JSON Schema validation with Ajv, response time benchmarking, and contract testing patterns.

Library & API ReferenceCursor
Library & API Reference Cursor Published
Tool match: swagger
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill rest-api-testing-reference-kit Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Author
Swagger
Last updated
Mar 24, 2026
Quick brief

The REST API Testing Reference Kit provides structured testing patterns and reusable test suites for REST API validation. Built on Postman Collection SDK v2.1 format with Newman CLI execution, it offers a comprehensive library of test patterns organized by HTTP method, authentication type, and response format.

How it works

What this skill actually does

Core testing capabilities include JSON Schema validation using Ajv with custom format validators, response time benchmarking with statistical analysis including p95 and p99 latency calculations, and header compliance checking for CORS, security headers, and caching directives. The agent maintains a library of assertion patterns for common API patterns like pagination, filtering, sorting, and error responses.

Advanced features include contract testing against OpenAPI specs to detect breaking changes, automated test generation from Swagger documentation, and environment-specific variable management for multi-stage deployment testing. The agent supports authentication flow testing for OAuth 2.0, JWT, and API key patterns, generates load testing scripts compatible with k6 and Artillery, and creates comprehensive API coverage reports mapping tested endpoints against the full specification.