github-triage

Installation
Summary

Read-only GitHub issue and PR analyzer that spawns parallel background tasks for evidence-backed triage reports.

  • Fetches all open issues and PRs, classifies each by type (bug, feature, question, etc.), and spawns one quick background subagent per item for parallel analysis
  • Every factual claim in reports requires a GitHub permalink to specific code lines or commits; unverifiable statements are marked [UNVERIFIED] and carry no weight
  • Generates individual markdown reports to /tmp/{datetime}/ for each issue and PR, plus a summary index; never mutates GitHub (no comments, closes, merges, or labels)
  • Supports bug verdict classification (CONFIRMED_BUG, NOT_A_BUG, ALREADY_FIXED, UNCLEAR) with commit-level fix tracking via git history analysis
SKILL.md

GitHub Triage - Read-Only Analyzer

Architecture

1 ISSUE/PR = 1 task_create = 1 quick SUBAGENT (background). NO EXCEPTIONS.

Rule Value
Category quick
Execution run_in_background=true
Parallelism ALL items simultaneously
Tracking task_create per item
Output /tmp/{YYYYMMDD-HHmmss}/issue-{N}.md or pr-{N}.md

Related skills

More from code-yeongyu/oh-my-opencode

Installs
802
GitHub Stars
57.5K
First Seen
Feb 17, 2026