What problem does it solve? Manually driving a tracker issue from report to merged-ready PR requires many disconnected steps: verifying the bug, finding the root cause, writing the fix, opening the PR, reviewing it, and running UI QA. This Skill automates that entire pipeline from a single command, working in an isolated git worktree so your active checkout is never disturbed. ## Core Features & Use Cases - Dual-route execution: Classifies each issue as a bug or feature request, then drives the bug autofix chain (verify, root-cause, fix, open PR, auto-review, UI QA) or the feature route (spec writing, then spec implementation). - Brief mode: Accepts a plain problem description, files a well-formed tracker issue first via ot-prepare-issue, then continues on it automatically. - Concurrency-safe claim protocol: Uses a three-signal in-progress lock with stale-lock recovery, force overrides, and a continuous lock hand-off from issue to PR so work is never duplicated or left unclaimed. - Use Case: Run /ot-auto-fix-issue 1234 and the agent verifies the defect, isolates a worktree, implements a minimal fix with regression tests, opens a labeled PR, runs an automated review loop, and attaches UI evidence — reporting back with PR and issue reference lines. ## Quick Start Ask the agent to run ot-auto-fix-issue with an issue number like "fix issue 1234" or paste a plain problem description to have it filed and fixed automatically.