# Verify

> Run full project verification (lint + test + architecture boundaries) Use when this capability is needed.

- Skill: `tomevault-io/verify-8` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/verify-8`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/verify-8/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/verify-8

---


Run the full project verification suite:

```bash
just check
```

This runs three stages in sequence:

1. **Lint** — `cargo +nightly fmt -- --check` and clippy
2. **Test** — `cargo nextest run` (all tests, parallel)
3. **Architecture** — `cargo xtask architecture` (semantic boundary enforcement)

If any stage fails, report the failure clearly and fix it before re-running. Do not skip stages.

If only a specific stage needs re-checking after a fix, run it individually:

- `just lint` — format + clippy only
- `just test` — tests only
- `just architecture-check` — check architecture boundaries only

---
> Source: [kevinswiber/mmdflux](https://github.com/kevinswiber/mmdflux) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-18 -->

