tzurot-testing
Testing Procedures
Invoke with /tzurot-testing for test-related procedures.
Testing patterns are in .claude/rules/02-code-standards.md - they apply automatically.
Running Tests
# Run all tests
pnpm test
# Run specific service
pnpm --filter @tzurot/ai-worker test
# Run specific file
pnpm test -- MyService.test.ts
More from lbds137/tzurot
tzurot-council-mcp
Multi-perspective AI consultation. Invoke with /tzurot-council-mcp for major refactors (>500 lines), structured debugging after failed attempts, or when a technical decision has multiple viable approaches.
17tzurot-deployment
Railway deployment procedures. Invoke with /tzurot-deployment for deploying, checking logs, and troubleshooting.
16tzurot-docs
Session workflow procedures. Invoke with /tzurot-docs for session start/end, CURRENT.md/BACKLOG.md management.
14tzurot-git-workflow
Git workflow procedures. Invoke with /tzurot-git-workflow for commit, PR, and release procedures.
13tzurot-tooling
MUST invoke when: adding CLI commands, creating dev scripts, or using pnpm ops commands. Contains ops CLI reference and script organization.
1tzurot-types
REQUIRED when: creating types, adding Zod schemas, or sharing constants across services. Contains common-types organization and validation patterns.
1