Skip to main content

github-code-review

Review existing GitHub pull requests, patches, or git diffs for correctness, security, maintainability, and test coverage findings.

跳到安装

来源信息

仓库
Rycen7822/skill-retrieval-mcp
最近来源活动
2026年5月10日 17:34
检测到的 SKILL.md 语言
英语
星标
2
分支
0

安装方式

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

检查来源文件

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

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
github-code-review
description
Review existing GitHub pull requests, patches, or git diffs for correctness, security, maintainability, and test coverage findings.
tags
["github","pull-request","code-review","diff","security"]
# GitHub Code Review ## When to Use Use when the user asks to review an existing pull request, inspect a patch, audit a git diff, or produce prioritized review findings without changing files. ## Do Not Use When Do not use when the user asks to implement a feature, create a branch, commit changes, open a pull request, merge, push, or manage repository settings. ## Required Inputs A git repository plus a diff, patch, commit range, or pull request reference. ## Workflow 1. Inspect git status and locate the base diff. 2. Read changed files around modified lines. 3. Identify correctness, security, maintainability, and missing test issues. 4. Return prioritized findings with evidence and avoid speculative rewrites.
在 GitHub 查看