원클릭으로
code-reviewer
Reviews code for best practices, security issues, and performance. Use when user asks to review, analyze, or audit code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviews code for best practices, security issues, and performance. Use when user asks to review, analyze, or audit code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Creates and runs integration tests for component interactions. Use when testing multiple modules working together.
Creates and runs unit tests for individual functions and modules. Use when writing or running unit tests.
Explores user intent, requirements and design before implementation. Use this before any creative work - creating features, building components, or modifying behavior.
Generates clear, descriptive commit messages by analyzing git diffs. Use when writing commit messages or reviewing staged changes.
SOC 직업 분류 기준
| name | code-reviewer |
| description | Reviews code for best practices, security issues, and performance. Use when user asks to review, analyze, or audit code. |
Reviews code following industry best practices and security guidelines.
When reviewing code:
Security Analysis
Code Quality
Performance
Best Practices
## Code Review Summary
### Critical Issues
- [List critical security or functionality issues]
### Warnings
- [List potential problems or code smells]
### Suggestions
- [List improvement recommendations]
### Positive Observations
- [Highlight good practices found]
Input: Review this authentication function Output: Detailed analysis covering security vulnerabilities, error handling, and improvement suggestions.