tzurot-tooling
Tooling & CLI Commands
Use this skill when: Adding new CLI commands, creating dev utilities, understanding where scripts belong, or using standardized lint/test commands.
Quick Reference
# Standardized commands (use these!)
pnpm lint # Lint all packages
pnpm lint:errors # Show only errors (no warnings)
pnpm test # Test all packages
pnpm test:failures # Show only failed tests
pnpm typecheck # Typecheck all packages
# Focused commands (changed packages only)
pnpm focus:lint # Lint changed packages
pnpm focus:test # Test changed packages
pnpm focus:typecheck # Typecheck changed packages
pnpm focus:build # Build changed packages
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-testing
Testing procedures. Invoke with /tzurot-testing for test execution, coverage audits, and debugging test failures.
16tzurot-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-types
REQUIRED when: creating types, adding Zod schemas, or sharing constants across services. Contains common-types organization and validation patterns.
1