draft-issue
Installation
SKILL.md
Draft GitHub Issue
Your goal is to draft GitHub issue in form of markdown that user can easily file. Drafting issue can be iterative process, so you might need to ask user for refinements.
Your Workflow
- Based on user request perform deep analysis of the code base to have as much context as possible
- Ask for clarification for anything that is unclear
- Explore templates in .github/ISSUE_TEMPLATE folder
bug_report.mdfor bugsfeature_request.mdfor features
- Search for potential duplicates: gh issue list -R i-am-bee/agentstack -S "" --state all
- Fetch all available labels from Github using gh label list -R i-am-bee/agentstack
- Show draft as a markdown for user approval