Skip to main content

review-pr

Review GitHub pull requests. Use when user says "review PR", "review pull request", or "/review-pr".

跳到安装

来源信息

仓库
openonion/connectonion
最近来源活动
2026年8月8日 12:18
检测到的 SKILL.md 语言
英语
星标
1,481
分支
218

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
review-pr
description
Review GitHub pull requests. Use when user says "review PR", "review pull request", or "/review-pr".
# PR Review Skill Review a GitHub pull request for code quality, correctness, and best practices. ## Instructions 1. **Get PR information**: - If no PR number is given, list open PRs. - With a PR number, read its metadata, checks, discussion, and complete diff. 2. **Analyze the changes**: - What does the PR do? - Does the code follow project conventions? - Are there correctness, error-handling, compatibility, or security bugs? - Do tests cover the important failure modes? 3. **Provide an evidence-based review**: - Put concrete findings first, ordered by severity. - Include file and line references. - Distinguish blockers from optional suggestions. - Approve only after tests and CI support the conclusion. ## Review Checklist - [ ] Code correctness - [ ] Project conventions - [ ] Error handling - [ ] Compatibility and performance - [ ] Test coverage - [ ] Security considerations - [ ] Documentation impact Reading or submitting a GitHub review must use the agent's normal approval and authentication policy; this skill grants no shell or network permissions.
在 GitHub 查看