← ClaudeAtlas

self-reviewlisted

Use when reviewing, sanity-checking, or gut-checking work this session produced on the current branch, before shipping or between tasks -- "review my work", "is this solid?", "gut-check my changes", "self-review this branch". For a teammate's MR/PR use the domain's review skill instead.
m4ttstack/skills · ★ 0 · Code & Development · score 78
Install: claude install-skill m4ttstack/skills
# Self-review (your own branch) Reviewing the change you just made, at any checkpoint between tasks or right before shipping. This is the self-facing caller of the review flow inlined below: point the engine at the current branch, then act on the draft it returns. ## 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` = `self-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 self-review` (a new attempt, which re-records this session) and `rt runs field set