identify
Installation
SKILL.md
Identity System (Detection)
Purpose: Surface problems, friction, and bottlenecks before they compound. When to trigger: Audits, debugging, pre-work analysis, or when something feels off.
Detection Categories
1. Code Health
Run these checks:
- Type errors:
npx tsc --noEmit - Build errors:
npm run build - Lint issues: Check for warnings
- Unused imports/variables
- Circular dependencies