# Run Tests

> Run the full test suite, diagnose any failures, fix them, and re-run until green.

- Skill: `clay-good/run-tests` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clay-good/run-tests`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clay-good/run-tests/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: clay-good (https://skillmd.com/u/clay-good)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clay-good/run-tests

---


Run the full test suite for this project.

Steps:
1. Read .codelicious/STATE.md to find the test command.
2. Run the test command.
3. If all tests pass, report the count and exit.
4. If tests fail:
   - Read the failing test file and the source file it tests.
   - Determine root cause (code bug vs test bug).
   - Fix the issue.
   - Re-run the full test suite.
   - Repeat until all tests pass or you've attempted 5 fix cycles.
5. Report: total tests, passed, failed, fixes applied.

