check
Installation
SKILL.md
Run a quick health check on the codebase.
Steps
- Run TypeScript type check
- Run ESLint
- Run smoke tests
- Report results
Commands
# Type check
npx tsc --noEmit
# Lint
npm run lint
Run a quick health check on the codebase.
# Type check
npx tsc --noEmit
# Lint
npm run lint