What problem does it solve? It removes the manual overhead of picking the highest-impact issue from a backlog, reproducing the bug, planning a fix, and shipping it as a reviewed pull request for the Midnite Studio repository. ## Core Features & Use Cases - Dual-board triage: Scans both the internal engineering backlog and the public user-facing issue board, filters out claimed or already-fixed items, and scores candidates by correctness impact, blast radius, and fix cost. - Interactive planning gates: Stops for human approval when choosing the issue and when agreeing the fix plan, then runs autonomously through reproduction, root-cause analysis, test-first implementation, and PR creation. - Worktree lifecycle management: Builds the fix in an isolated git worktree with a handover scratchpad, drives CI green, watches for the merge, and sweeps landed worktrees to reclaim disk. - Use Case: A maintainer invokes the skill with no arguments; it digests 50 open issues across both boards, recommends the highest-impact bug with three alternatives, and after approval delivers a draft PR with a regression test and before/after screenshots. ## Quick Start Invoke the midnite-address-issue skill, optionally passing an issue number, label, or keyword, and let it triage the boards and propose four candidate issues to fix.