← ClaudeAtlas

atmos-review-fixlisted

Handle an Atmos review fix run by reading review comments, marking run status with the installed `atmos review` CLI, editing code, replying to each comment, writing a run summary, and finalizing the run into a new review revision.
AruNi-01/atmos · ★ 2 · Code & Development · score 69
Install: claude install-skill AruNi-01/atmos
Atmos-specific workflow for fixing comments inside a review session. Use this skill whenever the prompt includes a review fix run payload or asks you to process Atmos review comments with Atmos' installed review CLI. ## Goal Given a review run: 1. mark the run `running` 2. inspect the selected review comments and their snapshot context 3. verify each issue exists and the requested fix is reasonable 4. modify the working tree to address the comments 5. reply to each handled comment 6. move handled comments to `agent_fixed` 7. write one run summary and mark the run `succeeded` so Atmos updates the review revision snapshots and generates `fix.patch` Do not mark comments `fixed` automatically. ## Atmos review CLI The full command reference (including workspace vs project session targets, body-input conventions, and every `atmos review` subcommand) lives in [`references/atmos-review-cli.md`](references/atmos-review-cli.md). Read it before running CLI commands. This skill uses a fix-run subset of those commands (listed again under "Commands used in this skill" below for quick reference). Target-awareness reminders for fix runs: - **Workspace-level session** — edits happen in the workspace's isolated git worktree; unrelated branches/worktrees are not touched. - **Project-level session** — edits land directly in the project's main checkout, with **no worktree isolation**. Preserve unrelated staged/unstaged/untracked files. - `session-show` reports the target kind; fix-run CL