pr-automate
Installation
SKILL.md
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 (
gh pr createcompletes), or - A push lands on a branch with an open PR (
git pushcompletes)
The main agent invokes it via the Agent tool with run_in_background: true so it can work in parallel without blocking.