What problem does it solve? Tickets go stale as codebases evolve: assumptions drift, needs get superseded, and work may already be partially done. This Skill evaluates a ticket against the current repository state so you can decide whether to update, revise, close, or implement it. ## Core Features & Use Cases - Five-dimension assessment: Evaluates drift, relevance, progress, advisability, and complexity with constrained verdicts and evidence bullets. - Flexible ticket sources: Accepts issue URLs, shorthand references like #99, file paths, or plain text, with automatic resolution from the environment. - Actionable follow-ups: Maps non-baseline verdicts to concrete next steps such as updating the ticket, closing it, or adding a triage comment. - Use Case: Before starting work on GitHub issue #142, run an assessment to discover that 3 of 5 acceptance criteria are already met and the ticket's file references have drifted, then update the ticket to match the current codebase. ## Quick Start Assess ticket #142 against the current codebase across all dimensions and show me the verdicts with follow-up actions.