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 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: Searches open and closed issues so you comment on an existing thread instead of filing a duplicate. - Privacy Sanitization: Replaces usernames, hostnames, tokens, and private project names with placeholders before submission. - Use Case: You hit a bug in an open-source CLI tool. The Skill checks the repo's issue templates, finds a matching bug-report form, fills required fields from your evidence, sanitizes your local paths, and publishes the issue with only permitted labels. ## Quick Start Create a GitHub issue in this repository for the bug I just described, following the repository's templates and label policy.