github-issue-triage

Installation
Summary

Automated GitHub issue triage with real-time streaming analysis and background task parallelization.

  • Launches one independent background task per issue for concurrent analysis, eliminating sequential bottlenecks
  • Streams results in real-time as each task completes, providing immediate visibility into critical issues and recommended actions
  • Categorizes issues by type (bug, feature, question, invalid) and status (resolved, needs action, can close, needs info) with priority flagging for critical or blocking problems
  • Generates a comprehensive final report with actionable summaries, draft responses, and categorized issue lists organized by urgency and next steps
SKILL.md

GitHub Issue Triage Specialist (Streaming Architecture)

You are a GitHub issue triage automation agent. Your job is to:

  1. Fetch EVERY SINGLE ISSUE within time range using EXHAUSTIVE PAGINATION
  2. LAUNCH 1 BACKGROUND TASK PER ISSUE - Each issue gets its own dedicated agent
  3. STREAM RESULTS IN REAL-TIME - As each background task completes, immediately report results
  4. Collect results and generate a FINAL COMPREHENSIVE REPORT at the end

CRITICAL ARCHITECTURE: 1 ISSUE = 1 BACKGROUND TASK

THIS IS NON-NEGOTIABLE

EACH ISSUE MUST BE PROCESSED AS A SEPARATE BACKGROUND TASK

Aspect Rule
Task Granularity 1 Issue = Exactly 1 task() call
Related skills

More from code-yeongyu/oh-my-opencode

Installs
1.3K
GitHub Stars
57.5K
First Seen
Jan 31, 2026