review-consistency

Review design documents for structural coherence, traceability, and terminology consistency.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill review-consistency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-consistency
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/review-consistency
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill review-consistency

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps to review design documents for structural coherence, traceability, and terminology consistency, identifying and documenting any issues for improvement.

Core Features & Use Cases

  • Structural Coherence Review: Evaluates the consistency of document structure and heading levels, detecting orphaned sections and broken references.
  • Traceability Review: Ensures the ability to trace requirements from design to implementation, with attention to forward and backward references and gap documentation.
  • Terminology Consistency Review: Checks for consistent use of ubiquitous language and proper definition and use of abbreviations.
  • Output: Provides a JSON-formatted summary of findings, scored on a scale from 1 to 5.

Quick Start

Run the review-consistency skill on your design documents to ensure consistency and traceability.

Frequently Asked Questions about review-consistency

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

FAQPage Schema
How do I check design document consistency for traceability and terminology?

Design document consistency checking evaluates structural coherence, traceability, and terminology consistency to identify orphaned sections, broken references, and gaps. It generates a JSON report scoring each dimension from 1 to 5.

How do I ensure requirements traceability from design to implementation?

Requirements traceability is ensured by reviewing forward and backward references within design documents to verify that every requirement is mapped. The review identifies gaps and documents missing traceability links in a scored JSON summary.

What is terminology consistency review for design documents?

Terminology consistency review checks design documents for the uniform use of ubiquitous language and verifies that all abbreviations are properly defined and applied. Findings are documented in a structured JSON report with scores.

Can I review design documents for structural coherence and broken references?

Yes, structural coherence review evaluates heading levels and document structure to detect orphaned sections and broken references. It outputs a JSON-formatted summary detailing structural findings and scoring them from 1 to 5.

What is the best way to automate design document review for consistency issues?

Automating design document review involves running a consistency check on files from specified directories to evaluate structure, traceability, and terminology. The process outputs a JSON report detailing findings and scores for each reviewed dimension.