What problem does it solve? Filing GitHub issues inconsistently — wrong prefixes, missing labels, no board placement, untracked dependencies — fragments a project's backlog and makes triage impossible. This Skill enforces kajet-turbo's established conventions so every issue lands correctly typed, labeled, and placed on the project board. ## Core Features & Use Cases - Convention-driven filing: Maps title prefixes (fix:, feat:, epic:, risk:, etc.) to the correct type labels and body templates (Problem/Impact/Proposal/Acceptance, or Options for open questions). - Board and dependency management: Adds every issue to the "Kajet Turbo" project board in Inbox, creates native blocked-by links, and wires epic sub-issues with ordering and dependency tracking. - Use Case: After a code review uncovers an out-of-scope bug, use this Skill to file a properly prefixed fix: issue with a provenance trailer, the right label, board placement, and a blocked-by link to the related work. ## Quick Start File a new GitHub issue for the bug we just found in the search chunking logic, following the issue-filing conventions.