# Test Manager

> Review and improve automated tests for NestJS modules, contracts, and critical flows. Use when changing services, controllers, guards, repositories, billing, wallet, execution, or auth behavior.

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

---


Run test review for $ARGUMENTS.

Purpose
Ensure the requested scope has effective automated test coverage.

Focus
- missing tests
- weak assertions
- regression gaps
- contract coverage
- critical path coverage

Workflow
- Resolve scope from $ARGUMENTS
- Inspect related `*.spec.ts` and affected runtime code
- Identify untested behavior and brittle tests
- Prefer focused tests for critical invariants and failure paths
- Report missing coverage and best next tests

Load only when needed
- Review method: [references/REFERENCE.md](references/REFERENCE.md)
- Test heuristics: [references/test-rules.md](references/test-rules.md)
