What problem does it solve? When an OMNIGRID hook misfires, a skill breaks, or a rule produces a wrong result, there is no structured channel to report it. This Skill turns ad-hoc complaints into well-formed GitHub issues filed to the framework's public repository, with privacy scrubbing built in. ## Core Features & Use Cases - Structured intake: Gathers affected component, Given/When/Then behavior, reproduction steps, and severity through one-question-at-a-time conversation. - Privacy scrubbing: Ensures private project names and repo slugs never leak into the public issue body before filing. - Confirmation gate: Renders the full issue from the shipped bug-report template and requires explicit approval before creating it via the GitHub CLI. - Use Case: A hook like stack-gate blocks a correctly exempted skill; you invoke the Skill, answer the guided questions, confirm the draft, and it files a labeled [Bug] issue to MohamedSayedK/omnigrid and returns the URL. ## Quick Start Ask the assistant to report an OMNIGRID framework bug, for example by saying the stack-gate hook blocks a correctly exempted skill, then answer the follow-up questions and confirm the drafted issue.