Backend Test Writer

Write test cases for backend code on demand. Use this ONLY when the user explicitly asks to test something — "write tests for auth.service.ts", "test the product module", "add unit tests for this", "cover the order service". It is a standalone utility, run manually whenever the user wants — never auto-chained from backend-feature-planner or backend-module-builder. It reads ARCHITECTURE.md (conventions), MODULE_REGISTRY.md (what to mock vs use), and the actual target file(s), detects the test framework from package.json, and writes matching test files. It never modifies source files and never touches the registry. Works in any project in the Express/TS convention family.

vipincode 004c585 2 files · 7.8 KB Updated

File contents

vipincode/exr-agent-skills/tree/main/.claude/skills/merged-skills-workspace/skill-snapshot/backend-test-writer commit 004c585ca3

Frequently asked questions

npx skillmds@latest add vipincode/backend-test-writer