consistency-check

Detect inconsistencies in game design documents against an entity registry.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill consistency-check-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/consistency-check
Command: npx skills add https://github.com/LeKay/ai-game --skill consistency-check-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the detection of inconsistencies in game design documents, helping to maintain accuracy and prevent errors during the development process.

Core Features & Use Cases

  • Entity Registry Scan: Checks for inconsistencies in entities across all GDDs.
  • Item Value Verification: Ensures that items have consistent values across GDDs.
  • Formula Validation: Verifies that formulas have consistent variables and output ranges.
  • Conflict Reporting: Generates a detailed report of conflicts and potential issues.
  • Registry Correction: Offers to update the entity registry to resolve inconsistencies.
  • Use Case: Before moving to the architecture phase of game development, run this Skill to ensure all GDDs are consistent with the entity registry.

Quick Start

Run the consistency-check skill with the 'full' argument to check all GDDs against the entity registry.

Frequently Asked Questions about consistency-check

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

FAQPage Schema
How do I detect inconsistencies in my game design documents?

Automated consistency checks compare your GDDs against an entity registry to detect mismatches in entity attributes, item values, formulas, and constants before you move to the architecture phase.

What is the best way to verify item values and formulas across GDDs?

Perform an entity registry scan to verify item values and validate formula variables across all GDDs. This ensures consistent output ranges and generates a detailed conflict report.

How do I run a full consistency check on all my game design files?

Run the consistency check with the 'full' argument to scan all GDDs against the entity registry. This validates all entity attributes, item values, and formulas in one pass.

Do I need bash and grep to automate GDD inconsistency detection?

Yes, automating GDD inconsistency detection requires grep, glob, and bash commands to perform targeted searches and extract information from your game design documents.

Can I automatically update the entity registry after finding GDD conflicts?

Yes, after generating a conflict report the process offers to update the entity registry to resolve inconsistencies, ensuring your GDDs align with corrected entity attributes and item values.

When should I run a consistency check on my game design documents?

Run a consistency check before moving to the architecture phase of game development. This ensures all GDDs align with the entity registry, preventing errors in entity attributes and formulas.