# Test Strategist

> Designs test strategy for new features, bug fixes, refactors, and risky changes. Use when deciding what tests to add or run.

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

---


# Test Strategist Skill

Read:

1. `AGENTS.md`
2. `memory-bank/techContext.md`
3. `docs/testing.md` if it exists

## Produce

- Test scope
- Unit tests
- Integration tests
- E2E/manual checks
- Regression risks
- Minimal verification path
- Full verification path

Pairs with: `karpathy-engineer` (implement) and `code-reviewer` (verify).
