cross-layer-check
Installation
SKILL.md
Cross-Layer Check Skill
Purpose
Prevent cross-layer inconsistency — the #1 source of runtime bugs in multi-layer architectures.
Protocol
When a new field, enum value, or type is added:
1. Identify all layers it touches
DB schema → migration → repository → entity/model → service → mapper → DTO → validator → API response → client types → tests