← ClaudeAtlas

address-reviewlisted

Triages review comments on an open pull request — from humans and from bots (CodeRabbit, bugbot, Codex, Sourcery, …) — and addresses them. Reads every comment, verifies and challenges each one against the code, the frozen contract, and the ADRs to weed out false positives, then auto-fixes the trivial and gates the rest behind a plan. Manually invoked, standalone — not tied to a pipeline stage. Use when the user says "address the PR reviews", "go through CodeRabbit's comments", "handle the bugbot findings", "handle the codex findings" or "respond to the review".
enocgit/sdlc-kit · ★ 1 · AI & Automation · score 72
Install: claude install-skill enocgit/sdlc-kit
# address-review Work through the review comments on an open PR and resolve them **deliberately**. Reviewers — and especially bots — are high-recall, low-precision: a large share of their comments are false positives, style nits, or misreadings of the contract. Blindly "fixing everything a reviewer said" is net-negative. The job of this skill is to **triage first, challenge each comment, then act** — fixing what's real, refuting what isn't (with rationale), and deferring what's out of scope. This is standalone and **manually invoked** — it isn't bound to a pipeline stage. But it inherits the kit's conventions: the frozen contract is authoritative, sensitive areas (canonical list in the project's `AGENTS.md` → Sensitive areas) get extra care, comments cite the durable doc (ADR/PRD/contract) not the pipeline, and outward-facing actions and merges stay the human's call. It is **not** a second `code-review`. `code-review` proactively audits your own diff before you push; this skill reactively triages what *reviewers* already said on an open PR. If a comment prompts a broader re-audit, that's `code-review`'s job — route back to it. ## Steps 1. **Identify the PR — infer, don't interrogate.** Resolve it from the current branch (`gh pr view` with no number returns the open PR for the checked-out branch), so right after you've landed a task the skill already knows which PR this is — state it and move on. Only ask the user when there's no PR for the branch or several plau