field-consistency-check

Community

Ensure frontend/backend fields stay in sync.

Authorj4xie
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill checks field name consistency between backend entities and frontend interfaces to detect missing or mismatched fields.

Core Features & Use Cases

  • Automated Diffing: Compare all backend entity fields against frontend API DTOs and interfaces.
  • Reporting: Generate a clear diff report highlighting fields unique to backend or frontend.
  • Use Case: Before a major UI refresh, verify model consistency to avoid runtime errors.

Quick Start

Run the field consistency check: bash scripts/field-consistency-check.sh

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: field-consistency-check
Download link: https://github.com/j4xie/my-prototype-logistics/archive/main.zip#field-consistency-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository