What problem does it solve? A BDD suite can have individually correct feature files that still contradict each other, duplicate steps, or use different words for the same concept. This Skill audits an entire suite of .feature files as one corpus, finds the inconsistencies, and reconciles them with your input. ## Core Features & Use Cases - Cross-file consistency audit: Detects synonym drift, duplicated or near-duplicate steps, contradictory scenarios, orphaned preconditions, and tag or naming inconsistencies across all feature files. - Ambiguity resolution before edits: Asks which synonym is canonical, which side of a contradiction is correct, and whether near-name distinctions are intentional, before changing anything. - Severity-ranked findings and safe fixes: Reports findings ranked as blocking, important, or nit, then applies approved normalizations across every file without silently resolving contradictions. - Use Case: You inherit a Cucumber suite where one feature says a coupon gives 10% off and another says 15%, and steps like "I am logged in" and "the user is signed in" coexist. Run this Skill to surface every conflict and unify the suite's language. ## Quick Start Review all the .feature files in my features directory for contradictions, duplicate steps, and inconsistent terminology, then help me reconcile them.