What problem does it solve? Writing a good bug report or feature request is tedious, and posting one publicly risks leaking session IDs, account identifiers, or other private diagnostics. This Skill drafts both a redacted public GitHub report and a private /feedback block from structured templates, and enforces a human confirmation gate before any GitHub write. ## Core Features & Use Cases - Template-driven drafting: Classifies the request as a bug or feature request and renders it from bundled Markdown templates with required product and OS version fields. - Privacy redaction: Strips session IDs, account/org identifiers, and private telemetry from the public draft while retaining them only in the private /feedback block. - Gated GitHub delivery: The default route returns a copy-paste /feedback block; the opt-in --via claude route may run gh issue create or gh issue comment only after the human confirms the exact repository, title, and body. - Use Case: After Claude Code crashes, ask the Skill to prepare a bug report; it searches for existing issues, drafts a redacted public report and a private feedback block, and waits for your approval before posting anything. ## Quick Start Ask the assistant to prepare a bug report about the problem you just hit, for example by saying "report a bug where the CLI hangs on startup" and then review the rendered drafts.