implement-issues
Installation
SKILL.md
Implement Issues
Turn a set of GitHub issues into open PRs via parallel, worktree-isolated lanes.
One lane per issue: its own worktree, its own branch, its own PR. This skill
orchestrates and composes branch, commit, and pr — it never merges.
Hand-off to babysit-pr / babysit-pr --merge for shepherding and merge.
Invocation
/implement-issues #12 #14 #17— implement exactly these issues./implement-issues(bare) — triage the backlog (gh issue list), prefer self-contained, file-disjoint issues, propose a set and confirm before spawning any lane.--sequential— run one lane at a time (still one worktree/branch/PR each).