What problem does it solve? Managing GitHub issues across OncoKB repositories requires consistent templates, labels, project board placement, and status fields, which is error-prone when done manually. This Skill standardizes issue triage, creation, and metadata updates so every issue follows repository conventions. ## Core Features & Use Cases - Structured Issue Creation: Generates issues from four ticket templates (feature, fix, documentation, chore) with required sections like acceptance criteria and scope. - Metadata and Project Management: Applies the ai-generated label, places issues on the OncoKB sprint board or other org projects, and sets Status, start date, and target date fields using only valid project options. - Triage and Maintenance: Checks for duplicates, updates existing issues, and closes issues with traceable rationale via the gh CLI. - Use Case: A team member reports a data pipeline bug. The Skill drafts a Fix issue with reproduction steps, confirms labels from the live oncokb-pipeline label list, creates the issue with gh, and adds it to the sprint board with the correct Status. ## Quick Start Create a new fix issue in oncokb/oncokb-pipeline describing the annotation import failure and add it to the sprint board.