consistency-check

Compare GDD definitions against a central registry and report cross-document conflicts.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill consistency-check-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/consistency-check
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill consistency-check-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scan and flag cross-document inconsistencies across GDDs by cross-referencing the central registry to ensure all design documents align.

Core Features & Use Cases

  • Registry-driven consistency checks across design docs
  • Targeted grep-first analysis to quickly surface conflicts
  • Structured reports with guidance for registry updates and document corrections

Quick Start

Run the consistency-check skill to compare all design/gdd entries against the registry and generate a structured conflict report.

Frequently Asked Questions about consistency-check

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

FAQPage Schema
How do I check for cross-document inconsistencies in game design docs?

To check for cross-document inconsistencies, compare entity, item, formula, and constant definitions across design docs against a central registry to generate a structured conflict report highlighting discrepancies.

How do I validate specific entities against the registry since my last review?

You can validate specific entities since your last review by using targeted modes to check all entries, recent updates, or specific entity/item definitions, applying grep-first analysis to surface conflicts quickly.

What is the best way to keep design documents in sync with a central registry?

The best way to keep design documents in sync is running registry-driven consistency checks that coordinate registry loading and in-scope GDD discovery to provide structured conflict resolution guidance.

How do I resolve stale registry conflicts and unverifiable references in GDDs?

To resolve stale registry conflicts and unverifiable references in GDDs, review the generated conflict report which provides structured guidance for registry updates and document corrections.

Can I use grep to find conflicting definitions across multiple markdown design docs?

Yes, you can use a grep-first analysis approach to quickly surface conflicting entity, item, formula, and constant definitions across multiple markdown design docs within the specified directory.

Does consistency checking work for all markdown files in the design/gdd directory?

Consistency checking applies to all design documents formatted as markdown within the design/gdd directory, comparing their entity and item definitions against the loaded central registry.