library/specializations/qa-testing-automation/skills/jest-testing/SKILL.md
Expert Jest testing framework for JavaScript/TypeScript unit and integration testing
npx skillsauth add a5c-ai/babysitter Jest 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 Jest-based testing, enabling comprehensive unit testing, snapshot testing, and integration with React Testing Library.
automation-framework.js - Test framework setupmutation-testing.js - Test quality assessmentcontinuous-testing.js - CI/CD integrationshift-left-testing.js - Early testing integrationjest - Test runner@testing-library/react - React testing utilitiests-jest - TypeScript support (optional){
kind: 'skill',
skill: {
name: 'jest-testing',
context: {
action: 'execute-tests',
testPath: 'src/**/*.test.ts',
coverage: true,
coverageThreshold: {
global: { branches: 80, functions: 80, lines: 80 }
}
}
}
}
The skill respects jest.config.js or jest.config.ts in the project root and can override settings as needed.
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.