← ClaudeAtlas

receive-reviewlisted

Use when processing review feedback received on your OWN MR/PR -- "address the review comments", "go through the reviewer's comments and reply", "respond to the review", "handle the feedback on my change". For someone else's change use the domain's review skill; for your own branch before it has feedback use the self-review flow.
m4ttstack/skills · ★ 0 · Code & Development · score 78
Install: claude install-skill m4ttstack/skills
# Receive review (feedback on your own change) The review comments left on **your own** change: pull the open threads, judge each against the codebase, decide what to change, reply. Implementation and posting each wait for their gate's answer. ## Run Outside a pipeline this verb is its own run, so the console shows it and the Stop hook covers its pane. Skip this section when `RT_RUN_DB` is set and `rt runs snapshot` shows `run.status` = `running`: you were invoked from inside that run, you inherit it, `run.current_stage` is your stage, and you close nothing at the end. Otherwise, when a surface launched this pane (the `--spawned-by` case below), start fresh: another pane's live run is not yours to resume. Launched by hand, first the Resume offer: list `~/.mattstack/runs/<repo>/` (the `--repo` value in the flags block below) for runs whose `snapshot` shows `run.status` = `running` and `run.work_type` = `receive-review` (read each with `RT_RUN_DB` pointed at its `state.db`; never raw sqlite). Any found: gate `clarify`, one sentence naming each candidate's `spawned_by`, `started_at`, and `current_stage`, then the structured-question tool with one **Resume** option per candidate (recommended for a run this session started earlier; a run another live pane owns is not yours) / **Start fresh**; **Hold**. Resume: `export RT_RUN_DB=<its state.db>`, then `rt runs stage-start --stage receive-review` (a new attempt, which re-records this session) and `rt runs field set hold - --stage