This is a read-only GitHub analyzer that spawns a separate background task for every open issue and PR, running them all in parallel for speed. Each subagent writes its analysis to individual markdown files in /tmp with a timestamp, classifying items by type and rendering bug verdicts like CONFIRMED_BUG or ALREADY_FIXED. The standout constraint is that every factual claim needs a GitHub permalink to code or commits, otherwise it gets tagged [UNVERIFIED]. Use this when you need to catch up on a busy repo without touching anything. It never writes back to GitHub, no comments or labels, just reports. The architecture is strict: one item equals one quick background task, no exceptions.
npx skills add https://github.com/code-yeongyu/oh-my-opencode --skill github-triage