Fix Linter Warnings banner
oalders oalders

Fix Linter Warnings

Code Quality community

Description

--- description: Fixes 25 lint issues per batch, uses suppression when needed --- # Fix Linter Warnings ## Overview **When fixing linter issues, use a systematic batch approach that prioritizes code quality over linter satisfaction.** **Core principle:** Fix 25 issues per iteration. Never make code worse to satisfy the linter - use suppression directives (nolint, eslint-disable, etc.) with clear justifications when appropriate. ## When to Use **Use this pattern when:** - Cleaning up existi

Installation

Installs to ~/.claude/skills/oalders-kitchen-sink-fix-linter-warnings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oalders-kitchen-sink-fix-linter-warnings && curl -fsSL https://raw.githubusercontent.com/oalders/kitchen-sink/HEAD/commands/fix-linter-warnings.md -o ~/.claude/skills/oalders-kitchen-sink-fix-linter-warnings/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository