tend-pr-tick

Installation
SKILL.md

/tend-pr-tick - Single PR Tending Iteration

Goal

Execute one iteration of PR tending: read current state, classify new events, route fixes, update PR, report status. Designed to be called repeatedly by /loop.

Input

$ARGUMENTS = <pr-number> <mode> [<manifest-path> <log-path>]

  • <pr-number>: Required. The PR to tend.
  • <mode>: manifest or babysit.
  • <manifest-path> and <log-path>: Required when mode is manifest. Path to the manifest and execution log.

If arguments missing or malformed: error and halt with usage message.

Concurrency Guard

Use a lock file at /tmp/tend-pr-lock-{pr-number}. Skip this iteration if the lock exists and isn't stale (older than 30 minutes). Remove stale locks. Create the lock at iteration start, remove at end.

Installs
10
GitHub Stars
14
First Seen
Apr 26, 2026
tend-pr-tick — doodledood/claude-code-plugins