원클릭으로
code-review
Reviews code changes for quality, correctness, style, and potential issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviews code changes for quality, correctness, style, and potential issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Creates or reviews API documentation for endpoints, SDKs, schemas, examples, errors, authentication, and compatibility behavior.
Diagnoses CI/CD failures from logs and workflow files, identifies likely root cause, and recommends minimal fixes or retry guidance.
Audits dependency files and package changes for vulnerable packages, risky upgrades, license concerns, and supply-chain exposure.
Reviews Dockerfiles and container configuration for security, reproducibility, image size, runtime permissions, and deployment reliability.
Plans safe framework, library, API, database, or architecture migrations with phased rollout, compatibility checks, and rollback strategy.
Writes clear pull request descriptions from diffs, commits, or implementation notes, including summary, motivation, testing, risks, and rollout.
| name | code-review |
| description | Reviews code changes for quality, correctness, style, and potential issues. |
Review code changes for quality, correctness, style, and potential issues. Provide clear, actionable feedback that helps the author improve their code.
Identify the scope — Determine which files and changes are under review. If reviewing a PR or diff, read all changed files. If reviewing a selection, focus on the highlighted code and its immediate context.
Understand intent — Before critiquing, understand what the code is trying to accomplish. Read commit messages, PR descriptions, or surrounding code for context.
Review for correctness — Check for:
Review for security — Check for:
Review for quality — Check for:
Review for performance — Check for:
Review for maintainability — Check for:
Provide a structured review with the following sections:
A 1-3 sentence overview of the changes and overall assessment (approve, request changes, or comment).
List each issue found, categorized by severity:
For each issue, include:
Call out things done well — good patterns, clean abstractions, thorough error handling. Positive reinforcement is part of a constructive review.