resolve-issue
SKILL.md
Resolve Issue
Instructions
Step 1: Determine Issue Type
Check if the Issue has a type:* label. If not, determine the type from the title and body:
| Label | Description |
|---|---|
type:bug |
Fix bugs, errors, or defects |
type:feature |
Add new features |
type:enhancement |
Improve existing features |
type:refactoring |
Code refactoring |
type:documentation |
Update documentation |
type:investigation |
Investigation or analysis tasks |
Default to type:feature if unclear.