What problem does it solve? Creating GitHub issues without knowing a repository's contribution policy leads to duplicates, wrong templates, invented labels, and leaked private data. This Skill discovers the repository's actual issue workflow before publishing anything. ## Core Features & Use Cases - Repository Policy Discovery: Runs read-only checks with the GitHub CLI to detect issue templates, labels, blank-issue settings, and Discussions support before drafting. - Duplicate Detection and Triage: Searches open and closed issues to comment on existing reports instead of creating duplicates, and verifies triage criteria before approving or closing. - Privacy Sanitization: Replaces usernames, hostnames, tokens, and internal paths with placeholders in every issue body before submission. - Use Case: A user hits a bug in a CLI tool and asks for an issue to be filed; the Skill inspects the repo's issue templates, fills the matching Markdown template from known evidence, sanitizes the reproduction steps, and publishes with only permitted labels. ## Quick Start Ask the assistant to create a GitHub issue in the current repository describing your bug or feature request, and let it discover the repository's templates and labels first.