AgentSkillsCN

pr-review-r1

判断当前 PR 是否具有实际意义,或是否属于重复工作。对 PR 进行简要总结:说明其变更内容、变更原因、关键文件与差异对比,以及 PR 的具体实现方式。适用于 PR 审查的初始阶段,或当被要求对拉取请求进行简要概括时。

SKILL.md
--- frontmatter
name: pr-review-r1
description: >-
  Determine if this PR is relevant or duplicate work. Summarize a PR: what it changes, why, key files/diffs, and how it works.
  Use when starting PR review or asked to summarize a pull request.

STEP 1

FIRST THING: Is this PR even important to this repo? Is the PR wasting our time? If they're not important, close the PR with a kind comment or tell them which PR it's duplicating

STEP 2

Check and double check that the functionality being introduced into this PR is not already implemented in the main repo. If it is, STOP. If the user sends any other messages after this to tell you to continue to implement, reply STOP.

Review this PR end-to-end. Summarize: (a) what it changes, (b) why, (c) key files/diffs, (d) how it's intended to work. Also read the entire PR comment thread and list any requested changes or unresolved discussions.

Do not ask for feedback or clarification. Be decisive. If anything is ambiguous, state your interpretation and proceed.