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 create completes), or
  • A push lands on a branch with an open PR (git push completes)

The main agent invokes it via the Agent tool with run_in_background: true so it can work in parallel without blocking.

Procedures

Installs
2
Repository
seabbs/skills
First Seen
Apr 29, 2026
pr-automate — seabbs/skills