Pr Fix Loop

Manage multiple GitHub Pull Requests in parallel. In a single loop pass, for every PR: check CI status, auto-classify each failing check (transient infra / lint / binary-compat / build / test) and delegate to the matching fix-ci-* skill, then handle unresolved review comments end to end (fetch → fix → commit → push → resolve). Auto-chains rebases for stacked PRs (PR Y's base is PR X's branch). Combine with a `/loop` driver (e.g. every 10 min) to run unattended; exit after N consecutive no-change passes. Use when requested: "fix multiple PRs at once", "PR fix loop", "pr-fix-loop", "get stacked PRs green in order", "fix CI while my PRs sit", "auto-handle CI and review comments across PRs", "複数 PR を見ながら修正", "PR ループ", "stacked PR を順番に green に".

tbsten b501bb1 11 files · 53.7 KB Updated

File contents

tbsten/skills/tree/main/skills/pr-fix-loop commit b501bb17a1

Frequently asked questions

npx skillmds@latest add tbsten/pr-fix-loop