consistency-check

Detects inconsistencies between tracked ITEMs and their corresponding entries in the registry.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill consistency-check-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/consistency-check
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill consistency-check-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams detect inconsistencies between a central registry and their CDD documents before those conflicts turn into architecture, implementation, or review problems.

Core Features & Use Cases

  • Registry-to-CDD comparison: Scans registered schemas, APIs, permissions, and configs against the matching design documents.
  • Targeted conflict review: Supports full checks, since-last-review scans, and focused lookups for a single schema, API, permission, or config.
  • Actionable findings: Classifies hits as conflicts, stale registry entries, or unverifiable references and points to the documents that need correction.
  • Use Case: A product team can run this Skill after updating a CDD to confirm the registry still matches the authoritative source before continuing downstream work.

Quick Start

Ask the consistency-check skill to scan the entity registry and all in-scope CDD files for cross-document inconsistencies in full mode.

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 between my entity registry and design docs?

Cross-document inconsistency detection scans registered schemas, APIs, permissions, and configs against matching CDD files using grep-first comparison, classifying hits as conflicts, stale registry entries, or unverifiable references.

What is cross-document drift in product architecture review?

Cross-document drift occurs when a central registry and CDD documents fall out of sync, causing architecture and implementation problems. Consistency checks target registered schemas, APIs, permissions, and configs to catch these conflicts before they spread downstream.

How do I check a single API or schema against the registry without a full scan?

You can run a focused lookup to check a single schema, API, permission, or config against the registry. This targeted conflict review avoids a full audit and directly verifies whether the specific entity matches the authoritative CDD source.

Can I run an incremental consistency check since the last architecture review?

Yes, you can run a since-last-review scan to perform an incremental consistency check. This mode evaluates only the updated CDD sections and registry entries, confirming ongoing alignment without the overhead of a full audit run.

What is the best way to resolve stale registry entries found during a CDD audit?

The best way to resolve stale registry entries is to follow the registry-correction guidance generated by the audit. The consistency check classifies findings and points directly to the specific CDD documents that need correction to restore alignment.

Does consistency checking work for game design documentation and configs?

Yes, consistency checking applies to product and game design documentation review. It compares registered schemas, APIs, permissions, and configs against the relevant CDD files to detect conflicts and unverifiable references across the design architecture.