work-on-issues

Installation
SKILL.md

Work on Issues

Autonomous workflow: fetch triaged GitHub issues, pick the best candidate, implement changes in an isolated git worktree, and submit for review.

Prerequisites

  • gh CLI authenticated with repo access
  • Git worktrees supported (standard git)
  • Repository has labels: triaged, priority:must/should/could, size:xs/s/m/l/xl, in-progress

Workflow

Step 1 — Fetch triaged issues

gh issue list --label "triaged" --state open --json number,title,labels,body,comments --limit 50

Skip any issue that:

Installs
1
GitHub Stars
29
First Seen
14 days ago
work-on-issues — t0dorakis/murmur