Agent Skill
2/7/2026

checks

Run all code quality checks

L
leanethereum
93GitHub Stars
1Views
npx skills add leanEthereum/leanSpec

SKILL.md

Namechecks
DescriptionRun all code quality checks

name: checks description: Run all code quality checks

/checks - Run All Quality Checks

Run the complete quality check suite.

Command

just check

What It Runs

  1. ruff check - Linting
  2. ruff format --check - Formatting
  3. ty check - Type checking
  4. codespell - Spell checking
  5. mdformat - Markdown formatting
  6. uv lock --check - Lockfile drift

When to Use

Run this before committing changes to ensure code quality standards are met. This is the same check that runs in CI.

Skills Info
Original Name:checksAuthor:leanethereum