pr-gardening
Installation
SKILL.md
PR Gardening
Actively garden the pull requests this Paperclip instance opened that are referenced by Paperclip issues active in a recent window (default 14 days). Candidate discovery and readiness checking are scripts, not LLM analysis. GitHub access is read-only throughout this workflow.
Scope — Our PRs Only
By default the workflow gardens only pull requests authored by this instance's GitHub identity (the gh authenticated login, e.g. cryppadotta). Community contributions and dependabot PRs are excluded mechanically by author login in Stage A and land in droppedCommunityPullRequests; never re-add them by hand, widen the scope only when the caller explicitly passes --authors or --include-community.
Hard Guardrails
- Never merge, approve, or close a pull request.
- Never instruct another person or agent to merge, approve, or close a pull request.
- Never garden, comment on, or run
/prepare-paperclip-pragainst a community PR. Only PRs from the Stage A author allowlist are actionable. - Never use mutating
ghcommands or mutating GitHub API requests. The scripts only usegh pr viewand read-onlygh apiGET requests. - Draft pull requests are report-only. Do not post gardening comments for drafts.
- Comment only on existing originating issues. Never create a gardening issue per pull request.
--dry-runsuppresses all Paperclip mutations, including gardening comments, prepare tasks, and inbox archives. Discovery and GitHub inspection remain read-only in every mode.