Install
~/.claude/skills/test-all/SKILL.mdRun tests for all projects and report results: 1. agent-dashboard (): `npm run test:e2e` 2. courseai (): `npm run lint && npm run build` 3. ai-cover-letter-ext (): `npm run lint && npm run build` 4. heroes-randomizer (): `npm run build` For each project: - cd into the directory - Run the test/build command - Report PASS or FAIL with error details At the end, show a summary table of all results.
Definition
Run tests for all projects and report results:
- agent-dashboard ():
npm run test:e2e - courseai ():
npm run lint && npm run build - ai-cover-letter-ext ():
npm run lint && npm run build - heroes-randomizer ():
npm run build
For each project:
- cd into the directory
- Run the test/build command
- Report PASS or FAIL with error details
At the end, show a summary table of all results.