tzurot-code-quality
Installation
SKILL.md
Code Quality & Linting
Use this skill when: Fixing lint warnings, hitting complexity limits, refactoring large functions, or understanding ESLint rule philosophy.
Quick Reference
# Run linting
pnpm lint # Check all
pnpm lint:fix # Auto-fix
# Check specific service
pnpm --filter @tzurot/api-gateway lint