Check

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

robmclarty 14d22e0 428 B Updated

File contents

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.

robmclarty/trellis/tree/main/.claude/skills/check commit 14d22e00e1

Frequently asked questions

npx skillmds@latest add robmclarty/check