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

2. Search each layer

Installs
1
GitHub Stars
2
First Seen
Jun 16, 2026
cross-layer-check — brain-bootstrap/copilot-brain-bootstrap