task-to-pr
Installation
SKILL.md
Task to PR
Take each task from a decided outcome to a tested and reviewed pull request. Keep one task, branch, and pull request focused on one result.
Review the tasks first. Decide their order, note dependencies, and identify work that can run at the same time. Then make a short plan.
Order dependent work
- Start independent tasks together when useful.
- Start a dependent task only after each prerequisite has an open pull request, an independent
/reviewverdict ofApprove, and no known blocking finding. - Stack dependent work on the prerequisite branch. If a task has several unmerged prerequisites, stack those branches in dependency order before creating the dependent branch.
- When a prerequisite branch or pull request base changes, update every dependent branch to that reviewed state. Repeat
/testand/review. - After a prerequisite merges, retarget its stacked pull requests to the default branch. Repeat the proof against that base.