# Tests

> Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested. Use when this capability is needed.

- Skill: `tomevault-io/tests` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/tests`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/tests/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/tests

---


Use the Task tool to spawn a general-purpose agent with subagent_type "general-purpose".

The agent should analyze recent code changes (staged, unstaged, or as specified) and evaluate:

1. **Coverage gaps**: Are new/modified code paths tested?
2. **Test quality**: Do tests verify behavior, not just execution?
3. **Edge cases**: Are boundary conditions and error paths covered?
4. **Test organization**: Do tests follow project conventions?
5. **Missing test types**: Would integration, e2e, or other test types add value?

Pass along any specific files, commits, or scope the user mentions.

Output should include:
- Files changed that lack corresponding test coverage
- Specific suggestions for tests that should be added
- Any existing tests that may need updating due to the changes

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/mjwestcott) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

