# Check

> Run all project checks (lint, tests, plugin validation). Use when verifying project health.

- Skill: `robmclarty/check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add robmclarty/check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/robmclarty/check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: robmclarty (https://skillmd.com/u/robmclarty)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/robmclarty/check

---


Run all project checks in sequence and report a summary:

1. `npm run lint` — lint all file types
2. `npm test` — run the test suite
3. `npm run lint:plugin` — validate plugin structure

If any step fails, continue running the remaining checks before reporting. Summarize all results at the end.

