consistency-check

Installation
SKILL.md

Consistency Check

Detects cross-document inconsistencies by comparing all GDDs against the entity registry (design/registry/entities.yaml). Uses a grep-first approach: reads the registry once, then targets only the GDD sections that mention registered names — no full document reads unless a conflict needs investigation.

This skill is the write-time safety net. It catches what /gamedev:design-system's per-section checks may have missed and what /gamedev:review-all-gdds's holistic review catches too late.

When to run:

  • After writing each new GDD (before moving to the next system)
  • Before /gamedev:review-all-gdds (so that skill starts with a clean baseline)
  • Before /gamedev:create-architecture (inconsistencies poison downstream ADRs)
  • On demand: /gamedev:consistency-check entity:[name] to check one entity specifically

Output: Conflict report + optional registry corrections

Installs
1
GitHub Stars
1
First Seen
Aug 24, 2026
consistency-check — kessriga/game-studio