PULL_REQUEST_TEMPLATE.md

 1## Summary
 2
 3<!-- What does this PR change and why? -->
 4
 5## Type of change
 6
 7- [ ] New command
 8- [ ] New / updated skill reference
 9- [ ] New anti-pattern guidance
10- [ ] Bug fix
11- [ ] Documentation update
12- [ ] Build system / tooling
13- [ ] Other: 
14
15## Checklist
16
17- [ ] Source files updated in `source/`
18- [ ] `bun run build` ran successfully
19- [ ] `bun test` passes
20- [ ] Tested with at least one provider (Cursor / Claude Code / Gemini CLI / Codex / Copilot / Kiro / OpenCode)
21- [ ] README / DEVELOP.md updated if needed