원클릭으로
code-review
Review code for correctness, security, and style.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code for correctness, security, and style.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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]
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