Feat/ai implementations#17
Conversation
Add a workflow that automatically checks new issues, verifies the account age of the submitter, and uses OpenCode to provide documentation links or error handling guidance when appropriate
Add comprehensive documentation for Electrobun development, including: - Debugging (electrobun-debugging) - Distribution (electrobun-distribution) - Native UI (electrobun-native-ui) - React RPC (electrobun-react-rpc) - RPC patterns (electrobun-rpc-patterns) - Window management (electrobun-window-management) - Core framework (electrobun) Each skill provides detailed guidance for building desktop applications with Electrobun, covering: - Development workflows - Debugging techniques - Packaging and distribution - Native UI integration - Type-safe RPC communication - Advanced window management patterns
Add use_github_token to opencode-triage and opencode workflows
Pull Request Review:
|
| Severity | Count | Categories |
|---|---|---|
| Critical | 5 | Directory typo, invalid TS syntax, Electron API inaccuracies, missing imports, outdated CI examples |
| Medium | 5 | Missing frontmatter, require() usage, process.exit(), potential API mismatch, bash comment style |
| Low | 4 | Workflow naming, triage logic, duplicate text |
Recommendation: Address the critical issues before merging, especially the directory rename and the removal of unverified Electron APIs from the Electrobun skills, as these will directly impact the quality of code generated by AI agents consuming these skills.

No description provided.