# Complete Checkpoint

> Run after completing significant work — implementing a feature, fixing a bug, refactoring, or any substantial code changes. Proactively ensure code quality before reporting work as done. Use when this capability is needed.

- Skill: `tomevault-io/complete-checkpoint` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/complete-checkpoint`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/complete-checkpoint/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/complete-checkpoint

---


# Complete Checkpoint

After finishing a significant piece of work, run these checks:

## 1. Lint and Format

```bash
uv run ruff check --fix && uv run ruff format
```

## 2. Run Tests

```bash
uv run pytest -v
```

## One-Liner

```bash
uv run ruff check --fix && uv run ruff format && uv run pytest -v
```

## Behavior

1. Run the checks without asking permission
2. If everything passes: briefly report success, continue with summary
3. If anything fails: fix the issues, then re-run checks
4. Don't report work as "done" until checks pass

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

