Agent Skill
2/7/2026checks
Run all code quality checks
L
leanethereum
93GitHub Stars
1Views
npx skills add leanEthereum/leanSpec
SKILL.md
| Name | checks |
| Description | Run 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
ruff check- Lintingruff format --check- Formattingty check- Type checkingcodespell- Spell checkingmdformat- Markdown formattinguv 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
Download