llirikkcoder

BDD Drift — Development skill for Claude Code

Development community

Health-check живой документации BDD: dead references, coverage gaps, trivially-green сценарии.

How to install BDD Drift

Installs to ~/.claude/skills/llirikkcoder-claude-bdd-tester-bdd-drift/SKILL.md

Terminal
mkdir -p ~/.claude/skills/llirikkcoder-claude-bdd-tester-bdd-drift && curl -fsSL https://raw.githubusercontent.com/llirikkcoder/claude-bdd-tester/HEAD/commands/bdd-drift.md -o ~/.claude/skills/llirikkcoder-claude-bdd-tester-bdd-drift/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What BDD Drift does


description: Health-check живой документации BDD: dead references, coverage gaps, trivially-green сценарии. Usage — /bdd-drift [--since ] [--full]

/bdd-drift

Проверка что сценарии остаются living document, а не мёртвым грузом.

Аргументы

  • --since — опционально. Scope drift-check к изменениям с этого git ref. Default: последний тег или HEAD~30d.
  • --full — опционально. Полное сканирование, игнорирует --since. Медленнее, но исчерпывающе.

Действия

  1. Проверь

Alternatives in Development

  • Verify Theme — Run the full Graphite quality gate (drift, tokens, contrast, YAML) and report pass/fail 452 ★
  • Caveman Claude Skill — Ultra-compressed communication mode for Claude 396 ★
  • MCP Edit — tilth_write replaces the host Edit and Write tools 349 ★

Full documentation available on GitHub

View Source Repository