What problem does it solve? Creating GitHub issues manually often leads to duplicates, hardcoded repository details, broken Markdown formatting, and accidental leakage of sensitive information. This Skill enforces a safe, consistent workflow for issue creation and updates using the GitHub CLI. ## Core Features & Use Cases - Duplicate Detection: Searches for existing issues with the same title or intent before creating anything new, reusing or updating matches instead. - Repository-Derived Metadata: Derives owner, repository, and default branch from gh repo view instead of hardcoding values, and verifies authentication with gh auth status. - Safe Formatting and Boundaries: Uses temporary body files passed with --body-file so Markdown survives shell parsing, and refuses to commit, push, or include secrets in issue content. - Use Case: After discovering a bug during development, ask the assistant to file an issue; it checks for an existing report, writes a body with context and testable acceptance criteria, applies meaningful labels, and confirms the resulting issue URL. ## Quick Start Ask the assistant to create a GitHub issue for the bug you just found, including reproduction steps and acceptance criteria.