What problem does it solve? Alpha tester feedback piles up in a GitHub Project Feedback column with no owner, and raw submissions are titled with timestamps rather than actionable descriptions. This Skill works that queue one item at a time, verifying each claim against the repository before any issue is filed, so duplicate or misdiagnosed work never reaches the backlog. ## Core Features & Use Cases - Claim Verification: Separates what the tester observed from what they concluded, then confirms, refutes, or flags each claim as unverifiable with cited file paths. - Duplicate Detection: Searches open issues by fix site before reading code, folding new evidence into existing issues instead of creating duplicates. - Backlog Issue Authoring: Retitles timestamp-stamped submissions and writes instructions with Touches lines, verified evidence, concrete approach, and explicit out-of-scope notes. - Use Case: A tester reports that a feature is missing. The Skill finds the feature working in the repo, identifies the genuinely broken project state underneath the wrong diagnosis, and files a Backlog issue targeting the real problem. ## Quick Start Ask the agent to triage the feedback column on the project board and work through the untriaged items one at a time.