# Run Quality Gates

> Run lint, typecheck, and tests (same as pre-commit hook) Use when this capability is needed.

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

---


# Run Quality Gates

Run the full quality gate suite (matches `.githooks/pre-commit`):

1. `npm run lint`
2. `npx tsc --noEmit`
3. `npm test`

Report pass/fail for each step. If any fail, show the error output.

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

