Agent skill
draft-issue
Draft GitHub issues for i-am-bee/agentstack. Use when the user wants to report a bug, request a feature, or draft a general GitHub issue.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/file-issue
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
- Keep issues very concise
- Don't include implementation details - define the problem, not the solution
- Always show draft for user approval before creating
- Always provide proper title and labels, nothing else in the header
Example of a draft
---
title: "Add Hello World button to login page"
labels: ["enhancement", "ui"]
---
**Is your feature request related to a problem? Please describe.**
Users don't have a chance to test buttons, this proposal adds empty Hello World button that serves as a testing component for users who are willing to test the app.
**Describe the solution you'd like**
Add new button with title 'Hello World' right next to the Login button (on the right)
**Describe alternatives you've considered**
Add Hello World automatic alert when page loads, but it's too disturbing.
**Additional context**
This is a testing feature, solely for illustration purposes.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?