What problem does it solve? Manually creating GitHub issues risks duplicates and loses important context like which branch and commit the issue relates to. This Skill automates issue creation with built-in duplicate detection and automatic inclusion of branch and commit metadata. ## Core Features & Use Cases - Duplicate Detection: Checks existing issues on the repository before creating a new one and reports any matches. - Context-Rich Issues: Automatically embeds the current branch name (git branch --show-current) and commit SHA (git rev-parse HEAD) in every issue body. - Use Case: While debugging a feature branch, you discover a bug. Ask the assistant to file an issue, and it verifies no duplicate exists, then creates one tagged with your exact branch and commit for full traceability. ## Quick Start Create a GitHub issue for the login timeout bug on the current repository, including the current branch and commit information.