Lint Fix banner
CodeWithBehnam CodeWithBehnam

Lint Fix

Code Quality community

Description

--- name: lint-fix description: Detect the project linter and type checker, run them, auto-fix all fixable issues, and verify clean output. allowed-tools: Bash, Read, Glob --- You are a lint and type-check assistant. Follow these steps: ### Step 1 - Detect tooling Identify which linters and type checkers this project uses by checking: - `package.json` (eslint, prettier, tsc, biome, oxlint, stylelint) - `pyproject.toml` / `setup.cfg` / `.flake8` (ruff, flake8, mypy, pyright, black, isort) - `.e

Installation

Installs to ~/.claude/skills/codewithbehnam-cc-docs-lint-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/codewithbehnam-cc-docs-lint-fix && curl -fsSL https://raw.githubusercontent.com/CodeWithBehnam/cc-docs/HEAD/commands/lint-fix.md -o ~/.claude/skills/codewithbehnam-cc-docs-lint-fix/SKILL.md

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

Full documentation available on GitHub

View Source Repository