issue
Installation
SKILL.md
GitHub Issue Creation
Create well-structured GitHub issues following repository conventions.
Issue Title Format
Use semantic prefixes matching conventional commits:
feat(scope): short description # New feature
fix(scope): short description # Bug fix
docs(scope): short description # Documentation
chore(scope): short description # Maintenance
refactor(scope): short description # Code refactoring
perf(scope): short description # Performance improvement