typescript-react-smell-detector
Installation
SKILL.md
TypeScript React Smell Detector
List potential TypeScript and React code smells for review.
Flow
- Run
scripts/scan.sh [path]or add--changedfor Git changes. - Review
signalfindings beforehotspotfindings. - Inspect context and separate confirmed issues from dismissed matches.
- Follow OUTPUT.md for the synthesized review.
Commands
# Scan a path
skills/typescript-react-smell-detector/scripts/scan.sh src
# Scan Git changes as JSONL
skills/typescript-react-smell-detector/scripts/scan.sh --changed --format jsonl