Кластеризация GitHub Issues в roadmap
★ 8.0 · orchestration
oh-my-issues is a Claude Code skill that turns a GitHub issue backlog into a structured roadmap by clustering symptoms around shared architectural root causes rather than treating each report as an independent unit of work. It operates in three modes: a cluster pass that reduces N open issues to a small set of plan-master issues (target: 4–8 masters per ~100 issues), a triage mode that routes new incoming bugs into existing plans as "Round N" comments, and a bundle mode that generates a PR description with atomic `Closes #N` entries for every child in a cluster. Each cluster gets a canonical master issue, a `plans/0X-*.md` design doc, and a host-IDE-shell test matrix added to CI. Children are closed with a standardized redirect comment marked `not planned`, leaving exactly one open issue per open plan. Best suited for repos with 20+ open issues where consolidation, bug deduplication, or roadmap planning is needed.
- #issue-clustering
- #github-automation
- #roadmap-planning
- #bug-deduplication
- #ci-cd