Agent skill · Backend & API

API Testing

Comprehensive API testing for REST and GraphQL endpoints with contract validation

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill api-testing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Edit-Glob-Grep
Path: library/specializations/qa-testing-automation/skills/api-testing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# API Testing Skill ## Overview This skill provides expert-level capabilities for API testing, covering REST, GraphQL, authentication flows, schema validation, and contract testing integration. ## Capabilities ### REST API Testing - Execute API tests with Supertest/REST Assured - HTTP method testing (GET, POST, PUT, PATCH, DELETE) - Header and cookie manipulation - File upload/download testing ### GraphQL Testing - Query and mutation testing - Subscription testing - Schema introspection validation - Variable and fragment handling ### Schema Validation - Validate OpenAPI/Swagger schemas - Response schema validation with Ajv/Joi - Generate test cases from API specifications - Contract validation ### Authentication Testing - OAuth 2.0 flow testing - JWT token validation - API key authentication - Session-based authentication ### Performance Assertions - Response time validation - Throughput measurements - Rate limiting verification ### Contract Testing - Consumer contract generation - Provider verification - Pact integration ## Target Processes - `api-testing.js` - API test implementation - `contract-testing.js` - Contract testing workflows - `security-testing.js` - API security testi

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. REST API Testing
  4. GraphQL Testing
  5. Schema Validation
  6. Authentication Testing
  7. Performance Assertions
  8. Contract Testing
  9. Target Processes
  10. Dependencies
  11. Usage Example
  12. Configuration
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the API Testing skill do?

Comprehensive API testing for REST and GraphQL endpoints with contract validation

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill api-testing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going