# Checks

> Run all code quality checks Use when this capability is needed.

- Skill: `tomevault-io/checks` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/checks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/checks/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/checks

---


# /checks - Run All Quality Checks

Run the complete quality check suite.

## Command

```bash
uvx tox -e all-checks
```

## 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

## When to Use

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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/leanethereum) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

