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.

conectlens 9e0be1b 3 files · 1.4 KB Updated

File contents

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
  • Test heuristics: references/test-rules.md

conectlens/lenserfight/tree/main/.agents/skills/unit-tester commit 9e0be1b24d

Frequently asked questions

npx skillmds@latest add conectlens/test-manager