PR Automate Background PR maintenance, feedback relay, and continuous review. Runs alongside the main agent as a quality gate. When to use Spawn this skill as a background subagent after either: - A new PR is created ( completes), or - A push lands on a branch with an open PR ( completes) The main agent invokes it via the tool with so it can work in parallel without blocking. Procedures 0. Tag the PR as agent-authored - Run this step only when spawned after a PR was just created (the post-create path). Skip on the post-push path if the PR already carries the notice. - Prepend the following li…