consistency-check

Compare GDD entries against the entity registry to surface conflicting attribute values.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill consistency-check-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/consistency-check
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill consistency-check-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This cross-document consistency tool identifies mismatches between GDD entries and the central entity registry, helping teams detect and resolve data drift across design documents.

Core Features & Use Cases

  • Registry-driven validation: quickly surface conflicts between GDDs and the registry for entities, items, formulas, and constants.
  • Targeted deep dives: perform focused investigations on conflicting entries to determine authoritative sources and required updates.
  • Flexible scoping: supports full scans, since-last-review updates, or specific entity/item checks to fit team workflows.

Quick Start

Execute a targeted consistency check across design documents to surface conflicts and guide registry corrections.

Frequently Asked Questions about consistency-check

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

FAQPage Schema
How do I check cross-document consistency between GDD entries and the entity registry?

To check cross-document consistency, compare GDD entries against the entity registry to surface conflicting attribute values. This validation process detects data drift across design documents by identifying mismatches in entities, items, formulas, and constants.

Can I run a targeted consistency check for a specific entity or formula in my design docs?

Yes, you can scope consistency checks by specific entity, item, formula, or constant. This flexible scoping allows targeted deep dives into conflicting entries rather than requiring a full scan of all design markdowns every time.

What is the grep-first workflow for validating data integrity in game design documents?

The grep-first workflow validates data integrity by reading the entity registry and targeting only relevant GDD sections. It avoids full document parsing, directly locates potential mismatches, and then guides deep-investigation and reporting for conflicting entries.

How do I find conflicting attribute values across multiple GDD markdowns?

You find conflicting attribute values by performing a full scan that compares all GDD markdowns against the central entity registry. This surfaces data drift and helps determine authoritative sources and required updates across design documents.

Does consistency-check support validating updates since the last review?

Yes, consistency-check supports validating updates since the last review. You can scope the validation to check only recent changes, fitting team workflows by focusing on new data drift without scanning the entire entity registry.