
code-yeongyu/oh-my-opencode
2 skills2.4k installs123k starsGitHub
Install
npx skills add https://github.com/code-yeongyu/oh-my-opencodeSkills in this repo
1Github Issue TriageGitHub Issue Triage is an agent skill for solo and indie maintainers who need structured backlog review without manually reading every thread. You invoke it when a repository has accumulated issues and you want parallel analysis instead of a single overloaded chat turn. The skill mandates exhaustive pagination so nothing in the window is skipped, then launches exactly one background task per issue so failures stay isolated and work runs concurrently. As each task completes, results stream in real time so you can act on urgent items before the full run ends. A closing report aggregates classifications, themes, and follow-ups for your roadmap or support queue. It fits Claude Code-style agents that expose task and background_output primitives. It is workflow-heavy rather than a one-shot formatter: expect network and GitHub API access, clear time-range filters, and review of the generated report before bulk labeling or closing issues.1.3kinstalls2Github Triagegithub-triage is a read-only GitHub orchestration skill for solo maintainers and small teams drowning in open issues and pull requests. It fetches open items, spawns one background quick subagent per issue or PR, and writes structured reports to timestamped files under /tmp while never mutating GitHub. Subagents may only use read-style gh commands and codebase search; posting comments, editing metadata, merging, or non-GET API calls are forbidden. The design optimizes for fast parallel classification with auditability—each conclusion must link to a permalink. Use it when you want a snapshot audit before a release, a weekly hygiene pass, or prioritized reading lists without risking an agent accidentally closing or labeling tickets. It complements human review workflows rather than replacing triage bots that take actions on your behalf.1.1kinstalls