GitHub Issues Analyzer

Automatically categorizes GitHub issues into topics and subcategories using AI.

Setup

  1. Remix this val (top right)

  2. Environment Variables (left sidebar)

    OPENAI_API_KEY=your_openai_api_key_here

Customization

Edit the system prompt in openai.ts to change how issues are categorized.

Output

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.