# Run Tests

> Run the relevant test suite for the current task by reading TESTING.md, selecting the affected stack, executing tests, and summarizing failures or verification.

- Skill: `majiayu000/run-tests-10` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/run-tests-10`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/run-tests-10/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/run-tests-10

---


# Run Tests

## Workflow

1. Read `TESTING.md` if present, otherwise use `AGENTS.md` and project config.
2. Select the narrowest relevant test command first.
3. Run broader regression checks when the change warrants it.
4. Summarize failures with likely causes.
5. If possible, fix obvious test issues and rerun.

