What problem does it solve? Coordinating bugbot and bugteam review loops across many open pull requests is slow and manual, especially in Cursor where ScheduleWakeup is unavailable. This Skill automates the convergence loop so every open PR in jl-cmd/claude-dev-env reaches back-to-back clean reviews without constant human prompting. ## Core Features & Use Cases - Automated PR convergence loop: Drives bugbot and bugteam review phases per PR until both report CLEAN at the same HEAD, then marks the PR ready with gh pr ready. - AHK auto-continue pacing: Launches an AutoHotkey auto-typer that sends "continue" ticks every 5 minutes, replacing ScheduleWakeup in Cursor sessions. - Multitask fan-out: In Cursor Multitask Mode, spawns one background subagent per open PR so all PRs advance in parallel. - Use Case: You have six open PRs awaiting review convergence. Activate the skill, and it discovers the work queue, fixes findings via clean-coder subagents, re-triggers bugbot, and stops when all PRs are marked ready. ## Quick Start Say "parallel-debug" to start the pr-converge convergence loop across all open PRs in jl-cmd/claude-dev-env.