What problem does it solve?
Manually creating GitHub issues, especially when adhering to specific templates and using command-line tools, can be time-consuming and prone to errors. This Skill automates the entire process, ensuring that bug reports and feature requests are filed correctly and efficiently, saving you valuable time and reducing mental overhead.
Core Features & Use Cases
- Template-Driven Issue Creation: Automatically uses the official
anypod repository's bug report and feature request templates, ensuring all necessary information is captured.
gh CLI Integration: Publishes issues directly to GitHub using the gh command-line tool, streamlining the submission workflow.
- Structured Data Input: Accepts issue details as a JSON payload, allowing for precise and consistent data entry for fields like steps to reproduce, expected behavior, and proposed solutions.
- Use Case: A user reports a critical bug in AnyPod. Instead of manually navigating GitHub, selecting a template, and filling out numerous fields, you can use this skill to quickly gather the relevant details from the conversation and file a perfectly formatted bug report with a single command.
Quick Start
File a bug report for AnyPod on GitHub. The summary is "downloads stall on restart". The bug happened because "the container stopped unexpectedly", I expected "the container to continue running", and the steps to reproduce are "1. Start container. 2. Wait 5 minutes. 3. Container stops."