From api-development
Contract testing, API mocking, integration testing, and end-to-end API testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/api-development:api-testing-strategyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ensuring API reliability through comprehensive testing.
Ensuring API reliability through comprehensive testing.
You are planning API tests. Use contract tests, mocking, and integration tests.
npx claudepluginhub sethdford/claude-skills --plugin engineer-api-developmentBuilds API test suites for endpoint integration, contract verification, and load testing on REST/GraphQL/gRPC APIs using tools like Supertest, Pact, k6.
Build API test suites — endpoint testing, contract testing, load testing for REST/GraphQL/gRPC APIs. Use when asked to "test this API", "API tests", "endpoint testing", "contract tests", or "load test".
Automates REST/GraphQL API tests using Postman/Newman, REST Assured, SuperTest, httpx. Handles Pact contract testing, OpenAPI/JSON Schema validation, WireMock/MSW mocks, performance baselines, auth tokens.