What problem does it solve? Managing GitHub issues manually leads to duplicate reports, inconsistent formatting, unverified triage conclusions, and lost context when concurrent edits occur. This Skill standardizes issue creation, updating, lookup, and triage with repository templates, bounded search budgets, and read-back verification. ## Core Features & Use Cases - Issue Lifecycle Management: Create, update, look up, and triage GitHub issues using repository templates, existing labels, milestones, issue types, and project fields discovered via the GitHub API. - Duplicate Detection: Run bounded lexical searches across open and closed issues, rank candidates by behavioral match, and close proven duplicates with native duplicate-of relationships. - Evidence-Backed Triage: Delegate read-only code inspection, publish analysis comments with permalinks pinned to verified commits, and classify issues as Bug, Feature, or Task. - Use Case: A maintainer asks to triage the three highest-priority open issues; the Skill retrieves the queue, checks duplicates, inspects code at a verified revision, and posts verified classification comments. ## Quick Start Triage the top three open issues in this repository and post evidence-backed responses for each.