lint

Installation
SKILL.md

Linting and Code Quality Skill

This skill helps you efficiently validate and format code using the project's comprehensive linting infrastructure.

When to Use This Skill

Use this skill when you:

  • Edit a file and want to format it before committing
  • Need to validate code style, types, or security
  • Want to check for spelling errors or documentation issues
  • Need to validate test infrastructure (suitespec, log messages)
  • Want to run comprehensive quality checks before pushing

Key Principles

  1. Always format after editing - Use hatch run lint:fmt -- <file> immediately after code changes
  2. Run comprehensive checks before committing - Use hatch run lint:checks before pushing
  3. Target specific files - Use -- <file> syntax to validate only what you changed, not the entire codebase
  4. Fix auto-fixable issues - Use fmt instead of manually fixing style issues
Related skills

More from microck/ordinary-claude-skills

Installs
15
GitHub Stars
219
First Seen
Jan 24, 2026