design-code-consistency-checker

Detect mismatches between design documents and code across nine consistency dimensions.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wangbinquan/skills --skill design-code-consistency-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-code-consistency-checker
Source: https://github.com/wangbinquan/skills/tree/main/.claude/skills/design-code-consistency-checker
Command: npx skills add https://github.com/wangbinquan/skills --skill design-code-consistency-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

design-code-consistency-checker identifies and reports mismatches between design documents and code across nine consistency dimensions, enabling teams to align architecture, data models, APIs, and behavior.

Core Features & Use Cases

  • Dual-source auditing: reads design docs and code to detect drift, missing mappings, and extra implementations.
  • Batch-oriented workflow: divides findings into manageable batches and supports checkpointing and resume.
  • Actionable outputs: generates an inventory file, batch findings, and a final review report to guide downstream fixes.

Quick Start

Initiate a scan with the target design document path and the codebase path, and the skill will produce a design-code-review report detailing mismatches and recommended actions.

Frequently Asked Questions about design-code-consistency-checker

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

FAQPage Schema
How do I audit design documents against my codebase for consistency?

To audit design documents against a codebase, provide both paths to initiate a scan. The checker identifies and reports mismatches across nine consistency dimensions, generating a structured inventory of actionable findings.

What is design-code drift and how does a consistency audit work?

Design-code drift occurs when implementation diverges from architecture specifications. A consistency audit works by reading both sources to detect missing mappings and extra implementations, returning design evidence and remediation guidance to align them.

Can I perform a consistency audit on a multi-language codebase?

Yes, you can perform a consistency audit on a multi-language codebase. The checker operates across diverse codebases and design artifacts to detect drift in architecture, data models, and APIs without requiring a single-language environment.

How do I handle large codebase reviews during a design consistency check?

You handle large codebase reviews by using the batch-oriented workflow, which divides findings into manageable chunks. It supports checkpointing and resume capabilities, along with parallel subagents, to process large volumes efficiently.

What outputs do I get from a design-code review?

You get an inventory file, batch findings, and a final review report from a design-code review. These structured outputs provide actionable findings, design evidence, and specific remediation guidance to drive downstream fixes.