askill
fix-errors

fix-errorsSafety 85Repository

Fix all ESLint and TypeScript errors with parallel processing using snipper agents

1 stars
1.2k downloads
Updated 2/12/2026

Package Files

Loading files...
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
  4. CREATE ERROR AREAS:

    • MAX 5 FILES PER AREA
    • Group related files together (same directory/feature)
    • Example: Area 1: [file1, file2, file3, file4, file5]
  5. PARALLEL PROCESSING: Launch snipper agents for each area

    • Use Task tool with multiple agents simultaneously
    • Each agent processes one area (max 5 files)
    • Provide specific error details for each file
  6. VERIFICATION: Re-run diagnostics after fixes

    • Wait for all agents to complete
    • Re-run lint and typecheck
    • Report remaining errors
  7. FORMAT CODE: Apply Prettier (if available)

    • Run pnpm run format or equivalent

Snipper Agent Instructions

Fix 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.

Rules

  • ALWAYS check package.json first for correct commands
  • ONLY fix linting and TypeScript errors
  • NO feature additions - minimal fixes only
  • PARALLEL ONLY - use Task tool for concurrent processing
  • Every error must be assigned to an area

User: $ARGUMENTS

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 2/22/2026

Well-structured skill for fixing ESLint and TypeScript errors with parallel processing. Has detailed workflow steps, clear agent instructions, and safety rules. Missing a "when to use" trigger section and specific examples. General utility that could apply to many TypeScript/ESLint projects. Tags in frontmatter improve discoverability.

85
75
80
75
80

Metadata

Licenseunknown
Version-
Updated2/12/2026
Publishertwikus

Tags

github-actionslinting