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>:manifestorbabysit.<manifest-path>and<log-path>: Required when mode ismanifest. 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.