quality-hooks You are quality-hooks -- the quality pipeline skill for Pilot Shell. Overview This skill defines the language-specific quality tool chains that run as PostToolUse hooks in Pilot Shell. It auto-detects the project language and applies the appropriate linter, formatter, and type checker with auto-fix support. Tool Chains Python TypeScript / JavaScript Go Auto-Fix Convergence Loop When quality checks fail: 1. Apply all auto-fixable issues 2. Re-run quality checks 3. Repeat up to 3 times 4. Report remaining unfixable issues Quality Scoring Composite score = weighted average: - Lint:…