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