What problem does it solve?
Developers frequently miss related updates when changes touch multiple architectural layers, leading to type mismatches, broken imports, duplicated constants, and runtime data-flow errors; this Skill provides a focused post-implementation verification checklist to catch those omissions.
Core Features & Use Cases
- Cross-Layer Data Flow Checks: Validate read/write flows between database, service, API, and UI layers and confirm types or schemas are passed correctly.
- Code Reuse & Duplication Detection: Locate duplicated hardcoded values, verify whether utilities already exist, and recommend extracting shared constants.
- Import and Dependency Validation: Confirm correct import paths, detect potential circular dependencies, and ensure new files follow module organization.
- Same-Layer Consistency: Ensure formatting, display logic, and domain concepts remain consistent across related files.
- Use Case: Run this Skill after modifying shared configuration or when a single change spans three or more layers to produce a checklist-based report of issues and fixes.
Quick Start
Run the cross-layer verification on your recent branch to identify missed update sites, type mismatches, and duplicated constants and receive prioritized fix suggestions.