Voltar ao MarketplaceScore
DevelopmentAvançadoVerificado
Code Reviewer
94
Automatically analyzes pull requests, identifies bugs, vulnerabilities and suggests code improvements following project best practices.
reviewpull-requestqualitybest-practices
Linguagens
TypeScriptJavaScriptPythonJavaGo
Documento do Skill
SKILL.mdcode-reviewer/workflow
Code Review Workflow
1. **SENSE** — Receive the PR diff via GitHub MCP
Get list of modified files
Identify language and framework
Extract PR context (title, description, labels)
2. **CONTEXTUALIZE** — Load project context via Filesystem MCP
Read .eslintrc, tsconfig, .prettierrc (project standards)
Identify existing patterns in modified files
Map affected dependencies
3
HYPOTHESIZE — Generate problem hypotheses
Potential bugs (null checks, race conditions, memory leaks)
Security vulnerabilities (injection, XSS, auth bypass)
Project standard violations
Performance issues
4
EVALUATE — Classify severity
🔴 Critical: security bugs, data loss
🟡 Important: logic bugs, performance
🔵 Suggestion: style, readability, refactoring
5
RECOMMEND — Produce structured review
Inline comments on the diff
Executive summary
Fix suggestions with code
Telemetria de Agentes
Execuções
48.7K
total
Taxa de Sucesso
93%
últimos 30d
Latência Média
3.2s
p50
Alucinação
2.0%
detecção
Uso por Plataforma
cursor22.1K
claude-code15.4K
codex8.2K
copilot3.0K
Árvore do Skill
Code Reviewer
code-reviewer
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
Triggers6
review codeanalyze prcheck qualitycode reviewpull request reviewfind bugs
MCP Servers2
🔌
GitHub MCPrequired
Access to repos, PRs, issues, diffs and actions via GitHub API
https://mcp.github.com/sseAutoUses GITHUB_TOKEN from environment
📁
Filesystem MCP
Reading and writing files in the project workspace
AutoLocal workspace access
Avaliar este Skill
Score Breakdown
⭐Avaliação Humana96%
🤖Sucesso de Agentes93%
🕐Atualidade98%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo88%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança
Instalação
$ skillschain install code-reviewer
$ skillschain use code-reviewer