library/specializations/qa-testing-automation/skills/cucumber-bdd/SKILL.md
Cucumber/Gherkin BDD testing for behavior-driven development workflows
npx skillsauth add a5c-ai/babysitter Cucumber BDD 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 Cucumber-based BDD testing, enabling feature file creation, step definition generation, and living documentation.
e2e-test-suite.js - BDD-style E2E teststest-strategy.js - BDD strategy implementationshift-left-testing.js - Early BDD adoption@cucumber/cucumber - Cucumber.js{
kind: 'skill',
skill: {
name: 'cucumber-bdd',
context: {
action: 'execute-features',
featurePath: 'features/**/*.feature',
tags: '@smoke and not @wip',
format: ['html:reports/cucumber.html', 'json:reports/cucumber.json']
}
}
}
The skill uses cucumber.js configuration file and supports multiple output formats.
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.