What problem does it solve? Backlogs accumulate stale tickets that are no longer relevant or have already been resolved, making it hard to see what work actually remains. This Skill cleans up the to-do ticket queue by verifying each ticket against the current codebase. ## Core Features & Use Cases - Cancel irrelevant tickets: Marks tickets as canceled and moves them to workspace/tickets/canceled/ when their premise no longer holds, they are superseded, or they are duplicates. - Complete already-solved tickets: Verifies whether the work was actually done by reading the affected files (not just git log), then marks them completed and moves them to workspace/tickets/completed/. - Use Case: After a large refactoring sprint, run a triage pass over workspace/tickets/to-do/ to cancel obsolete tickets and close ones the refactor already addressed, leaving only genuinely open work. ## Quick Start Triage the tickets in my to-do backlog and cancel or complete the ones that no longer apply.