Fix failing tests or errors. Delegates to qa-fixer agent.
/plugin marketplace add barnent1/quetrex-claude/plugin install barnent1-quetrex-claude@barnent1/quetrex-claude# /fix [test-file or error description] ## Process 1. **Identify Failures** - Run `pnpm test` if no specific file given - Parse error output 2. **Spawn QA-Fixer** - Pass failure details - Monitor attempts (max 10) 3. **Verify Fix** - Re-run tests - Run type check: `pnpm tsc --noEmit` - Run lint: `pnpm biome check` 4. **Report** ## On Failure (after 10 attempts)