join
Installation
SKILL.md
Join
Intent
Run a continuous PR operator using gh commands only. Keep PRs created, green, and merge-ready with minimal-incision fixes. Do not approve or merge PRs unless explicitly instructed by the user.
Command boundary (hard rule)
- Use only
ghCLI commands (gh pr,gh run,gh api,gh repo). - Do not run
gitor any non-ghcommand. - If a required action cannot be completed with
ghalone, applyauto:holdand leave a blocking comment.
Quick start
- Ensure
gh auth statussucceeds. - Ensure labels exist:
auto:manage,auto:hold. - Start the monitor loop.