code-review
Review code for bugs, style issues, and improvements. Use when asked to review, audit, or critique code quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code for bugs, style issues, and improvements. Use when asked to review, audit, or critique code quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates
| name | code-review |
| description | Review code for bugs, style issues, and improvements. Use when asked to review, audit, or critique code quality. |
| args | [{"name":"file_or_directory","description":"Path to the file or directory to review","required":true}] |
| tags | ["code","review","quality"] |
| category | development |
| version | 1.0.0 |
| author | theonlyamos |
| allowed-tools | ["bash","read-file"] |
| safety | {"risk-level":"low"} |
Review the code at "$(arg file_or_directory)":
Read the file(s) thoroughly
Analyze for the following categories:
Rate each issue by severity:
For each issue found:
### [severity emoji] [category]: Brief description
- **File:** `filename:line_number`
- **Issue:** What's wrong and why it matters
- **Suggestion:** How to fix it
End with a summary table:
## Summary
| Severity | Count |
|----------|-------|
| 🔴 Critical | N |
| 🟡 Warning | N |
| 🔵 Suggestion | N |
If no issues are found, say so — don't invent problems.