consistency-check

Compare GDDs against the entity registry to report cross-document conflicts.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill consistency-check-brand6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/brand6/Claude-Code-Game-Studios-zh-auto/tree/main/.claude/skills/consistency-check
Command: npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill consistency-check-brand6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In a design workflow, this skill detects inconsistencies between the GDDs and the entity registry, such as the same entity attribute value differing across documents or the same item value not aligning across sources. It uses a Grep-first approach to minimize full-file scans and focuses on only the sections that mention registry entries.

Core Features & Use Cases

  • Grep-based cross-document validation: quickly locate mismatches by pattern matching without reading entire documents.
  • Conflict classification and triage: categorize discrepancies into concrete types (conflicts, stale registry, unverifiable references) to guide fixes.
  • Workflow integration: supports inspection modes like full, since-last-review, and targeted checks by entity or item, plus guidance for when to align registry with source GDDs.
  • Audit-ready reports: outputs structured findings to help decide which document should be the source of truth and when to update the registry.

Quick Start

Run the consistency-check to compare the GDDs with the registry and report cross-document conflicts.

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 between GDDs and an entity registry?

You can run an automated consistency-check to validate GDDs against the entity registry. It uses a Grep-first approach to locate mismatches by pattern matching, identifying conflicting values, stale entries, or unverifiable references without scanning entire files.

What is the best way to find stale registry entries and conflicting design document values?

The best way to find stale registry entries and conflicting values is to use a consistency-check tool that classifies discrepancies into concrete categories. This categorization guides fixes by helping you decide which document should be the source of truth and when to update the registry.

Can I validate a specific entity or item across design artifacts without checking the whole registry?

Yes, you can validate a specific entity or item without checking the whole registry. The consistency-check supports targeted inspection modes like entity:<name> and item:<name>, allowing you to perform deep-dive triages and focus only on sections mentioning specific registry entries.

How does Grep-based validation minimize full-file scans when checking design documents?

Grep-based validation minimizes full-file scans by using pattern matching to search across design and GDD directories. This approach focuses solely on sections that mention registry entries, quickly locating mismatches without the overhead of reading entire documents.

How do I identify which document should be the source of truth after finding cross-document conflicts?

To identify the source of truth after finding cross-document conflicts, you review the audit-ready reports generated by the consistency-check. These structured findings classify discrepancies and provide guidance for when to align the registry with the source GDDs.

Does the consistency-check workflow support incremental reviews since the last check?

Yes, the consistency-check workflow supports incremental reviews. It includes a since-last-review inspection mode, allowing you to scope the cross-document validation to only recent changes rather than performing a full scan of all design artifacts every time.