← ClaudeAtlas

pr-management-code-reviewlisted

Walk a maintainer through deep, sequential code review of open pull requests on the configured `<upstream>` repo. Defaults to the **"my reviews"** queue (the union of five maintainer signals — see the Inputs table); selectors can narrow to a single PR, an area label, or a collaborator subset. Drafts an `approve` / `request-changes` / `comment` review per PR and posts on the maintainer's confirmation.
apache/airflow-steward · ★ 14 · Code & Development · score 79
Install: claude install-skill apache/airflow-steward
<!-- SPDX-License-Identifier: Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0 --> <!-- Placeholder convention: <repo> → target GitHub repository in `owner/name` form (default: read from `<project-config>/project.md → upstream_repo`) <viewer> → the authenticated GitHub login of the maintainer running the skill <base> → the PR's base branch (typically `main`) Substitute these before running any `gh` command below. --> # pr-management-code-review This skill walks a maintainer through **deep, line-aware review** of open pull requests, **one PR at a time**. Its job is to answer two questions per PR: > *Does this code meet the project's quality bar?* > *If not, what specifically should change before it lands?* It is the review-bench counterpart to [`pr-management-triage`](../pr-management-triage/SKILL.md). Triage decides whether to *engage* with a PR (draft / comment / close / rebase / rerun / mark-ready / ping). This skill takes PRs that have already cleared triage (or any other curated selector) and produces an actual code review — flagged findings, suggested changes, and a final `APPROVE` / `REQUEST_CHANGES` / `COMMENT` submission posted via `gh pr review`. Detail files in this directory break the logic out topic-by-topic: | File | Purpose | |---|---| | [`prerequisites.md`](prerequisites.md) | Pre-flight — `gh` auth, repo access, plugin / adversarial-reviewer detection. | | [`selectors.md`](selectors.md) | Input parsing — default `revie