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
Rules
Related skills
More from i-am-bee/agentstack
agentstack-wrapper
Wraps existing Python agent as Agent Stack service using agentstack-sdk with minimal compatibility changes and no business-logic rewrites. Use when migrating, wrapping, or deploying an existing plain Python or framework-based agent to Agent Stack; not for non-Python runtimes or building new agent from scratch.
53agentstack-server-debugging
Instructions for debugging agentstack-server during development
17release-notes
Helps generate release notes to be published on GitHub as well as in a Slack community channel
11