← ClaudeAtlas

magpie-pr-management-quick-mergelisted

Identify trivial, low-risk pull requests in the `ready for maintainer review` queue of <upstream> that pass every quality gate and touch only supplementary areas (docs, changelog, translations, tests) — the "express lane" a maintainer can review and merge in seconds. Surfaces and ranks candidates with per-PR diff summaries, an all-gates-green attestation, and the exact merge command. On the maintainer's explicit per-PR confirmation it can submit an APPROVE review (the maintainer's own review of the trivial diff — useful when the PR has no approvals yet and branch protection needs one), exactly as pr-management-code-review does. It never merges itself — automated merge is the framework's deliberately-deferred Mode D; the maintainer runs the printed merge command in their own session.
apache/airflow-steward · ★ 19 · Code & Development · score 80
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`) <project-config> → the adopter's config directory (`.apache-magpie-overrides/` in an adopter repo) Substitute these before running any `gh` command below. --> # pr-management-quick-merge This skill answers one question for the `ready for maintainer review` queue: > *Which of these PRs are so small and so low-risk that the maintainer can > read the whole diff, confirm it, and merge it in under a minute — and which > are already passing every quality gate so that nothing stands between > "looks good" and "merged"?* It is the **express lane** of the PR lifecycle. `pr-management-triage` decides *whether to engage* with a PR and promotes the survivors to `ready for maintainer review`. `pr-management-code-review` does the deep, line-level read of the substantive ones. This skill skims off the trivial tail — typo fixes, doc clarifications, changelog/newsfragment entries, translation strings, small test-only changes — so the maintainer can clear them in a single fast pass instead of letting them age in the queue behind the heavyweight PRs. The skill **never merges**. It surfaces and r