Public
Like
2
analyze-github-issues
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v152View latest version
Automatically categorizes GitHub issues into topics and subcategories using AI.
-
Remix this val
-
Environment Variables
OPENAI_API_KEY=your_openai_api_key_here -
Use
- Visit
/
for the UI - API:
POST /analyze-issues
with{"repo": "owner/repo"}
- Visit
Edit the system prompt in openai.ts
to change how issues are categorized.
Issues are grouped into:
- Big ticket: Major features, architectural changes
- Bugs: Bug fixes, errors
- Enhancements: Improvements to existing features
- Nice to haves: Optional features
Each topic gets its own markdown section with clickable GitHub links.