task-to-pr

Installation
SKILL.md

Task To PR

Turn tickets into draft PRs. Two loops, one skill:

  • Inner loop (one ticket): write code, add and run tests, run subagents to review the work, open a draft PR.
  • Outer loop: for each ticket, run the inner loop in its own worktree.

Use this when the user wants tickets worked through to draft PRs, especially in parallel. For one ordinary coding task, code it directly unless the user asks for this loop.

Outer Loop

1. Select Work

Read the requested tickets, source context, issue tracker context, and repo state. Classify tickets as independent, dependent, conflicting, or unclear. Stop on unclear acceptance criteria.

Then order the queue:

Installs
5
GitHub Stars
31
First Seen
Jun 9, 2026
task-to-pr — owainlewis/agent-skills