Problem
The create-issue skill (added in b37262d) has several areas for improvement:
- Token cost — 347 lines of skill instructions loaded into context on every invocation; template discovery runs on the expensive primary model
- Narrow triggers — only activates on "create an issue", misses natural variations like "log a bug" or "submit a ticket"
- Shell fragility — uses
--body-file - with stdin heredocs that break on PowerShell and special characters in markdown
- No test coverage — no eval suite to measure quality or catch regressions
Acceptance criteria
Problem
The
create-issueskill (added in b37262d) has several areas for improvement:--body-file -with stdin heredocs that break on PowerShell and special characters in markdownAcceptance criteria