What problem does it solve? Manually creating GitHub issues often leads to inconsistent formatting, missing template fields, and shell escaping errors when passing multi-line Markdown through the command line. This Skill standardizes issue creation by following repository templates and using safe file-based body submission. ## Core Features & Use Cases - Template-Aware Drafting: Detects and reads issue templates from .github/ISSUE_TEMPLATE/, supporting both YAML forms and Markdown templates. - Safe CLI Submission: Writes issue bodies to temporary files and uses gh issue create --body-file to avoid shell escaping and formatting corruption. - Consistent Labeling: Applies the default maintainer only label to keep the backlog organized unless the user specifies otherwise. - Use Case: A developer discovers a bug in the CLI and asks the agent to file it; the Skill reads bug_report.yml, drafts all required fields including reproduction steps and version info, and creates a properly labeled issue with a shareable link. ## Quick Start Create a GitHub issue for the login timeout bug using the repository's bug report template.