skills/smithery.ai/auto-linter

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:

  1. Formats code to match project style conventions (safe to auto-apply)
  2. Lints code to detect issues, style violations, and potential bugs (reports findings)
  3. Auto-fixes safe issues that are mechanical/non-semantic
  4. 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.

When to Use

Installs
1
First Seen
Apr 14, 2026
auto-linter from smithery.ai