agents-config/skills/fix-errors/SKILL.md
Fix all ESLint and TypeScript errors with parallel processing using snipper agents
npx skillsauth add melvynx/aiblueprint fix-errorsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fix all ESLint and TypeScript errors by breaking them into areas and processing in parallel.
DISCOVER COMMANDS: Check package.json for exact script names
lint, typecheck, type-check, tsc, eslint, prettier, formatRUN DIAGNOSTICS:
pnpm run lint (or equivalent)pnpm run typecheck or tsc --noEmitANALYZE ERRORS:
CREATE ERROR AREAS:
Area 1: [file1, file2, file3, file4, file5]PARALLEL PROCESSING: Launch snipper agents for each area
VERIFICATION: Re-run diagnostics after fixes
FORMAT CODE: Apply Prettier (if available)
pnpm run format or equivalentFix all ESLint and TypeScript errors in these files:
[list of files with their specific errors]
Focus only on these files. Make minimal changes to fix errors while preserving functionality.
User: $ARGUMENTS
development
Create or edit Claude, Codex, and Cursor skills/rules. Use for SKILL.md, .cursor/rules, AGENTS.md, skill prompts, frontmatter, references, scripts, and discovery rules.
data-ai
Create and maintain agent rules in AGENTS.md and .agents/rules/. Use for project rules, conventions, constraints, rule indexes, or requests to add or optimize agent rules.
development
Set up per-worktree environments for Claude Code, Cursor, or Codex. Use for worktree-ready repos, IDE environment config, worktree-up/down scripts, or dev.sh wiring.
testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".