Run the project's test suite and return failures as agent-readable JSON. Use after writing or modifying code, before declaring done, or when the user says "run tests", "check tests", "did anything break". Wraps pnpm test --reporter=json — much faster for an agent to parse than scrolling colored console output. Returns {passed, failed, duration_ms, failures: [{file, test, line, error}]}. NOT a replacement for pnpm check (typecheck + lint + test) — use that as the full pre-ship gate. This skill is targeted: just the test outcomes.
$npx -y skills add ethosagent/ethos --skill test-validatorInstalls into the current project.
Run `npx skills use "https://github.com/ethosagent/ethos" --skill "ethosagent/ethos/test-validator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ethosagent/ethos" that are relevant to the current task. Run `npx skills add "https://github.com/ethosagent/ethos"` and select the relevant skills, then follow their instructions.