# Quality

> Run project quality gates. Executes lint and tests based on project placeholder mappings. Use when this capability is needed.

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

---


# Quality

Run project quality gates and report results.

## Inputs

Ask the user for scope:
- **Default (recommended):** lint + unit tests (fast feedback)
- **Full:** all tests + smoke tests
- **Dry-run:** print commands without executing

## Workflow

1. **Load commands** from project placeholder mappings:
   - `{{LINT_COMMAND}}`
   - `{{RUN_UNIT_TESTS_COMMAND}}` (optional)
   - `{{RUN_ALL_TESTS_COMMAND}}`
   - `{{SMOKE_TEST_COMMAND}}` (optional)

2. **Execute** in order: lint → tests → smoke (if full scope).

3. **Report:**
   ```
   ## Quality Gate Results
   Scope: <default|full|dry-run>

   Results:
   ✅/❌ Lint: passed | failed
   ✅/❌ Tests: X passed, Y failed
   ✅/❌ Smoke: passed | failed | skipped

   [If failures: show failing test names and relevant log lines]

   Next: Fix failures | Proceed with PR
   ```

## Notes

- Stop immediately if lint or tests fail.
- Do not modify test files.
- For CI/PR workflows, always run at least lint + tests before marking ready.

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

