fix-errors

Installation
SKILL.md

Fix Errors

Fix all ESLint and TypeScript errors by breaking them into areas and processing in parallel.

Workflow

  1. DISCOVER COMMANDS: Check package.json for exact script names

    • Look for: lint, typecheck, type-check, tsc, eslint, prettier, format
  2. RUN DIAGNOSTICS:

    • Run pnpm run lint (or equivalent)
    • Run pnpm run typecheck or tsc --noEmit
    • Capture all error output
  3. ANALYZE ERRORS:

    • Extract file paths from error messages
    • Group errors by file location
    • Count total errors and affected files
Installs
16
GitHub Stars
195
First Seen
Feb 17, 2026
fix-errors — melvynx/aiblueprint