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 a la instalación

Datos de origen

Repositorio
Rycen7822/skill-retrieval-mcp
Última actividad en el origen
10 de mayo de 2026 a las 17:34
Idioma detectado de SKILL.md
inglés
Estrellas
2
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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 en GitHub