Test strategist
Skill rumotion/ai-agent-project-template/.agents/skills/test-strategist
Low-context AI agent project template for Gemini, Codex, Claude, Cline, and more. One canonical AGENTS.md, shared Memory Bank, portable skills, workflows, hooks, and deterministic validation.
npx -y skills add rumotion/ai-agent-project-template --skill test-strategistAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Designs test strategy for new features, bug fixes, refactors, and risky changes. Use when deciding what tests to add or run.
SKILL.md
0.5 KB, as published. Nobody here has run it
Test Strategist Skill
Read:
AGENTS.mdmemory-bank/techContext.mddocs/testing.mdif 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).