checks

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Checks

Pre-loaded context

  • Scripts: !cat package.json 2>/dev/null | python3 -c "import sys,json; d=json.load(sys.stdin); print(json.dumps(d.get('scripts',{})))" 2>/dev/null || echo "no package.json"

Workflow

  1. Read package.json scripts to confirm available scripts
  2. Format + lint fix: run npm run lint-fix or npm run lint:fix (whichever exists)
  3. Lint + types: run npm run lint (runs tsc --noEmit + eslint)
  4. Tests: run npm test
  5. Report overall PASS or FAIL with file:line error references

Rules

Installs
7
GitHub Stars
12
First Seen
Mar 25, 2026
checks — helderberto/skills