Claude Agents Marketplace
← Back to Skills
skillClaude Code ≥ 1.0/test-all

test-all

Run tests across all projects in c:\AI

  • general

Install

~/.claude/skills/test-all/SKILL.md
Run 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.

Paste into ~/.claude/skills/test-all/SKILL.md and Claude Code will pick it up on next session.

Definition

Run 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.