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
- Read
package.jsonscripts to confirm available scripts - Format + lint fix: run
npm run lint-fixornpm run lint:fix(whichever exists) - Lint + types: run
npm run lint(runstsc --noEmit+ eslint) - Tests: run
npm test - Report overall PASS or FAIL with file:line error references