
from Agentic Dev Team256
Validates Gherkin feature files for structural quality and determinism, and verifies matching test automation coverage.
This skill ensures that BDD (Behavior-Driven Development) feature files serve as a reliable contract between intent and implementation. It analyzes .feature files for Gherkin syntax errors, non-deterministic steps, and implementation coupling.
Activate this skill during code reviews when feature files or step definitions are modified, or when a user asks to verify if their BDD scenarios are testable and covered by automation.
Compatible with coding agents that have file system access and the ability to perform graph-assisted lookups (e.g., Claude Code, Codex).
This skill has not been reviewed by our automated audit pipeline yet.
Semantic Duplication Scan
Detect semantic duplication of business logic across architectural layers by annotating computation functions and clustering equivalent domain concepts.
Frontend Architecture Reviewer
Analyzes frontend components to detect duplication, prop-drilling, and architectural inconsistencies.