code-linting

Installation
SKILL.md

Code Linting

Run all appropriate linters according to repository guidelines.

When to Use This Skill

Use this skill:

  • Immediately after creating new source code files
  • Immediately after modifying existing code (functions, classes, imports, etc.)
  • Immediately after completing a feature, refactor, or bug fix
  • Before staging files for commit
  • When build/compilation succeeds but linting hasn't been checked
  • Proactively, whenever code changes are made

Don't use:

  • When you've already run linting and it passed

Linter Discovery

Related skills
Installs
14
GitHub Stars
12
First Seen
Feb 28, 2026