What problem does it solve? Deferred work — defects, tech debt, follow-ups found mid-task — gets lost when it lives only in chat or memory. This Skill keeps that work in the forge's issue tracker: it searches for existing coverage before opening duplicates, classifies and decomposes issues, rules whether old issues are still true of the code, and closes them correctly when work lands. ## Core Features & Use Cases - Duplicate-safe search and triage: Searches open and closed issues on GitHub (gh issue list) and GitLab (glab issue list) with pagination-cap handling, then decides between citing, updating, or opening an issue. - Closed-issue ruling table: Determines what a closed issue takes based on what closed it — a fix, a duplicate, a decision against, or nothing — including reopen and drop paths. - Issue currency checks: Answers questions like "is #42 still current?" with one of four verdicts and a proposed edit, plus correct closing-keyword and cross-reference citation handling per forge. - Use Case: While refactoring a module you spot a latent bug you won't fix now. The Skill searches the tracker, finds nothing covering it, drafts a properly structured issue with trigger, cost, and source, and files it only after your explicit go-ahead. ## Quick Start Ask the assistant to check whether the bug you just noticed is already tracked, and if not, file it as a new issue on the repository's forge.