What problem does it solve?
ChordLens Code Review provides a structured guide to assess and enforce code quality standards, focusing on TypeScript type safety, adherence to the Feature-Sliced Design (FSD) architecture, robust API error handling, and coding conventions during BE-FE boundary checks.
Core Features & Use Cases
- Enforces TypeScript type safety by avoiding any and ensuring explicit interfaces.
- Enforces FSD architecture conformance with proper layer imports and placement.
- Provides API error handling guidelines for 400/500/504 responses and consistent error shapes.
- Enforces coding conventions: no console.log, no unnecessary useEffect for data fetching, and incentives for named exports.
- Supports BE-FE boundary cross-checks by aligning FE models with BE schemas.
Quick Start
Run the verification workflow to check TypeScript types, FSD architecture, and lint rules for your codebase.