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 gh CLI commands (gh pr, gh run, gh api, gh repo).
  • Do not run git or any non-gh command.
  • If a required action cannot be completed with gh alone, apply auto:hold and leave a blocking comment.

Quick start

  1. Ensure gh auth status succeeds.
  2. Ensure labels exist: auto:manage, auto:hold.
  3. Start the monitor loop.

Auth preflight (required)

  • Run these checks before any PR routing or mutation:
    • gh auth status
    • gh repo view <owner>/<repo> --json nameWithOwner --jq .nameWithOwner
Related skills

More from tkersey/dotfiles

Installs
26
GitHub Stars
54
First Seen
Feb 28, 2026