Agent skill wrapper for the Claude command
.
When the original command text references
,
, or named arguments, map them from the user's current request.
Determine the current PR number. Create a git worktree at
.trees/pr-<number>-review
for the PR branch.
Fetch pending review comments using
and
for review threads.
After all comments are addressed, spawn 3 parallel review subagents on the full diff:
Aggregate findings. If any reviewer flags issues:
Push all changes to the remote branch once all reviewers pass.
Clean up the worktree on exit.
Run autonomously without approval checkpoints.