What problem does it solve? Writing consistent, well-structured issues and comments across different trackers is error-prone: duplicates get filed, bug reports lack reproduction steps, and tone drifts from the author's voice. This Skill enforces templates, deduplication checks, and sign-off rules for every tracker write operation. ## Core Features & Use Cases - Duplicate Detection: Searches open and closed issues before filing, adding comments or reopening matches instead of creating duplicates. - Structured Templates: Provides mandatory Markdown templates for bug reports (overview, current/expected behaviour, implementation details) and feature requests (problem, proposed solution, alternatives). - Tone and Sign-off Control: Applies the ghost-writing skill's semi-formal tone for issues and informal tone for comments, and requires explicit user sign-off before any write operation. - Use Case: When a user reports a crash, search GitHub for existing reports, draft a bug issue with reproduction steps and permalinks to the faulty code, present it for approval, then file it. ## Quick Start Ask the assistant to file a bug report on GitHub describing the problem you encountered, and it will check for duplicates, draft the issue using the standard template, and request your sign-off before submitting.