This is the parallelized version of issue triage that spawns an independent background task for each GitHub issue instead of processing them sequentially. You get real-time streaming results as each task completes, which means you can see critical bugs flagged immediately rather than waiting for the entire batch to finish. It categorizes issues by type and status, assigns priority levels, and generates a final report with draft responses and actionable next steps. The architecture is deliberately rigid about the one issue per task rule, which makes sense if you're dealing with repositories that have hundreds of open issues and need concurrent analysis. Worth noting there's also a github-triage skill in the same collection that handles both issues and PRs but in read-only mode.
npx skills add https://github.com/code-yeongyu/oh-my-opencode --skill github-issue-triage