What problem does it solve?
Open pull requests stall waiting on CI failures, unresolved review threads, and manual merge decisions. This Skill runs an autonomous tick that discovers build-loop-authored PRs, classifies each through a gate tree (CI tri-state, patience window, review signals, merge state), takes at most one action per PR, and emits a terminal LAND_VERDICT line for cadence drivers.
Core Features & Use Cases
- Autonomous PR gate tree: Reads every CI check (never required-only), unresolved review threads, review signals, and mergeStateStatus to classify each PR before acting.
- Bounded self-healing: Fixes failing CI within a strike budget, dispatches resolve-pr for review threads, and performs server-side catch-up via gh pr update-branch.
- Safe merge and release: Merges only with --squash --match-head-commit after all gates pass, then closes the spec, runs release steps, and syncs the tracker.
- Use Case: Run it on a /loop 30m cadence so every half hour it wakes, fixes a red CI check on one PR, merges another whose reviews converged, and prints LAND_VERDICT for the driver to decide whether to continue.
Quick Start
Ask the agent to run the flow-next land tick with --dry-run first to see how each open PR would be classified without mutating anything.