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

ESLint Limits (eslint.config.js)

Installs
1
Repository
lbds137/tzurot
GitHub Stars
8
First Seen
Feb 4, 2026
tzurot-code-quality — lbds137/tzurot