Skip to main content

github-code-review

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

Ir para a instalação

Informações da origem

Repositório
Rycen7822/skill-retrieval-mcp
Última atividade na origem
10 de maio de 2026 às 17:34
Idioma detectado do SKILL.md
inglês
Estrelas
2
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub