What problem does it solve? Ensuring consistent code quality and architectural compliance in a Feature-Sliced Design (FSD) monorepo is tedious and error-prone when done manually. This Skill automates structured code reviews that validate layer hierarchies, shared type usage, TypeScript strictness, documentation, and code duplication in one pass. ## Core Features & Use Cases - FSD Architecture Validation: Checks layer import rules, cross-slice imports, and public API barrel exports across app, routes, pages, widgets, features, entities, and shared layers. - Duplication Detection: Runs jscpd to find code clones and identifies candidates for shared packages across web and API apps. - Structured Review Reports: Produces a scored report (X/7 categories) with blockers, warnings, and concrete recommended actions including file paths. - Use Case: Before merging a pull request, run the review on the staged diff to catch FSD violations, missing Zod schemas, or duplicated types between apps before they reach the main branch. ## Quick Start Ask the assistant to review the staged changes or a specific path such as apps/web/src/features against the FSD project standards.