preen-split-react-components - Split Oversized React Components
Search monorepo for large React components and refactor into small, one-per-file modules with colocated tests
Tags
Updated: 2026-03-10Capabilities
Typical Inputs
Typical Outputs
What this skill does
- search monorepo
- identify candidates
- analyze component structure
- extract components
- create feature folders
- colocate tests
- validate refactoring
- run coverage checks
- create git branch
- commit changes
Inputs
- monorepo
- TSX files
- test coverage thresholds
- package manager
Outputs
- refactored component modules
- new file structure
- test files
- coverage reports
Requirements
- Git repository
- TypeScript environment
- test coverage configuration
