plan-fix-linter-error

Installation
SKILL.md

Fix Linter Errors

Target rules: $ARGUMENTS

If no arguments provided, prompt the user for at least one lint rule name.

Step 1: Gather Requirements

  1. Parse rules from $ARGUMENTS (space-separated)
  2. Run linter to collect all violations:
    bun run lint 2>&1
    
  3. Group violations by rule, then by file, noting:
    • File path and line numbers
    • Violation count per file
    • Sample error messages

Step 2: Compile Brief and Delegate

Related skills

More from codyswanngt/lisa

Installs
19
GitHub Stars
1
First Seen
Feb 10, 2026