library/specializations/qa-testing-automation/skills/api-testing/SKILL.md
Comprehensive API testing for REST and GraphQL endpoints with contract validation
npx skillsauth add a5c-ai/babysitter API TestingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides expert-level capabilities for API testing, covering REST, GraphQL, authentication flows, schema validation, and contract testing integration.
api-testing.js - API test implementationcontract-testing.js - Contract testing workflowssecurity-testing.js - API security testingperformance-testing.js - API performance validationsupertest - HTTP assertions (Node.js)axios - HTTP clientajv - JSON schema validationgraphql-request - GraphQL client{
kind: 'skill',
skill: {
name: 'api-testing',
context: {
action: 'execute-tests',
baseUrl: 'https://api.example.com',
specPath: 'openapi.yaml',
authType: 'bearer',
validateSchema: true
}
}
}
The skill can auto-discover API specifications from OpenAPI/Swagger files and generate comprehensive test suites.
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.