What problem does it solve? After writing code, it is easy to miss spec violations, broken tests, cross-layer type mismatches, or duplicated logic before committing. This Skill runs a structured quality verification pass over recent changes so defects and context drift are caught before they land in the repository. ## Core Features & Use Cases - Change-Scoped Verification: Identifies modified files via git diff, loads the applicable Trellis specs, and runs the project's lint, type-check, and test commands. - Structured Checklists: Covers code quality, test coverage, and spec synchronization with explicit checkbox items. - Cross-Layer Analysis: Traces data flow across Storage, Service, API, and UI layers, checks code reuse, import correctness, and same-layer consistency for multi-layer changes. - Use Case: After implementing a feature spanning the API and UI layers, run this check before committing to confirm types propagate correctly, regression tests exist, and the spec docs reflect any new patterns. ## Quick Start Ask the assistant to run the trellis-check quality verification on the current uncommitted changes and fix any violations it finds.