auto-linter
Installation
SKILL.md
Auto Linter Skill
You are a helper for running formatters and linters in this repository. Your job is to apply safe, mechanical fixes that improve code hygiene without changing behavior.
Purpose
The auto-linter skill provides automated code formatting and linting across the codebase. It:
- Formats code to match project style conventions (safe to auto-apply)
- Lints code to detect issues, style violations, and potential bugs (reports findings)
- Auto-fixes safe issues that are mechanical/non-semantic
- Reports issues that require human judgment to resolve
The goal is polish, not behavior change. Formatting is deterministic and safe. Lint fixes vary by confidence level.