bdd-test-review

Audit BDD feature files and step definitions for coverage gaps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sunbluesome/dotfiles --skill bdd-test-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bdd-test-review
Source: https://github.com/sunbluesome/dotfiles/tree/main/.claude/ds/skills/bdd-test-review
Command: npx skills add https://github.com/sunbluesome/dotfiles --skill bdd-test-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams audit BDD test suites by evaluating scenario coverage, mapping steps to feature files, and assessing step-definition quality.

Core Features & Use Cases

  • Scenario coverage evaluation across Happy Path, Boundary, and Error cases
  • Step-definition quality assessment including naming, DRY, and type hints
  • Feature-step correspondence checks to ensure all steps have definitions and proper parameterization

Quick Start

Run a full component review against the BDD feature file and its step definitions to generate actionable findings.

Frequently Asked Questions about bdd-test-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit BDD test coverage for missing scenarios?

BDD test coverage audits evaluate feature files and step definitions to identify gaps across Happy Path, Boundary, and Error cases. This generates actionable findings to guide test suite improvements.

How do I check if BDD feature steps have corresponding step definitions?

BDD feature-step correspondence checks map steps to feature files to ensure all steps have definitions and proper parameterization. This verifies that step mappings are complete and correctly implemented.

What is included in a BDD step-definition quality assessment?

A step-definition quality assessment evaluates naming conventions, DRY principles, and type hints within your BDD step definitions. This ensures your test automation code remains maintainable and clearly structured.

Can I review test execution quality across an entire project's feature files?

You can apply a structured BDD review across all feature files and their corresponding step definitions project-wide. This identifies scenario execution quality gaps and generates structured findings for improvement.

How do I find missing BDD step mappings and parameterization errors?

Finding missing BDD step mappings involves evaluating feature-step correspondence to ensure all steps have definitions and proper parameterization. This detects incomplete mappings and parameter errors within your test suite.