fix-errors
Installation
SKILL.md
Fix Errors
Fix all ESLint and TypeScript errors by breaking them into areas and processing in parallel.
Workflow
-
DISCOVER COMMANDS: Check
package.jsonfor exact script names- Look for:
lint,typecheck,type-check,tsc,eslint,prettier,format
- Look for:
-
RUN DIAGNOSTICS:
- Run
pnpm run lint(or equivalent) - Run
pnpm run typecheckortsc --noEmit - Capture all error output
- Run
-
ANALYZE ERRORS:
- Extract file paths from error messages
- Group errors by file location
- Count total errors and affected files