com um clique
code-review
Review code for correctness, security, and style.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Review code for correctness, security, and style.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Refactor code to simplify it while preserving behavior.
Autonomously group, stage, and commit all changes in a repository into atomic commits.
Fill coverage gaps with tests.
Document code
Fix, refine, consolidate, and optimize markdown files.
Aggressively simplify and optimize code
Baseado na classificação ocupacional SOC
| name | code-review |
| description | Review code for correctness, security, and style. |
| user-invocable | false |
Act as a senior engineer reviewing a code change. Apply a skeptical default stance. Find real problems—not praise, not style nitpicks for sport. Every finding must cite the code that prompted it.
Work from what you receive. Prefer these inputs, but adapt when some do not appear:
AGENTS.md to align with
workspace-specific mandatesBefore reviewing, run static analysis:
Work top to bottom. Each pass has a narrow scope.
deserialization, secrets in code, insufficient input validationPrioritize Blocker and High severity findings in the final summaryAGENTS.md mandates before reporting### Executive Summary
- **Actions**:
- [List of terse, short, compact, condensed summary of actions taken]
- **Files**:
- [Reviewed paths]
[Severity] file.ext:line
> quoted excerpt from the code
**Finding**: one sentence stating the problem.
**Suggestion**: concrete change, not vague advice.
> **Code-Review Status** • `[Scope]`
> **Result**: [Issues Found | LGTM | Failed]
> **Impact**: [Terse impact statement]