# Run Tests

> Run the github-flow-kit test suite and summarize failures. Use when asked to test, verify, or check a skill change.

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

---


Run the test suite and report results concisely.

1. Ensure deps are present (SessionStart bootstrap runs `npm ci`; Python tests use the stdlib and need no install).
2. Run `npm test` (→ `python3 -m unittest discover -s tests -p 'test_*.py'`). Single test: `python3 -m unittest tests.<module>`.
3. Summarize: total pass/fail, and for each failure the test name + first assertion/traceback line.
4. Do not edit skill source unless asked; keep each `SKILL.md` frontmatter (name/description/triggers) intact.

