원클릭으로
code-reviewer
Review code for quality, bugs, and improvements. Use when user wants code review or quality assessment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code for quality, bugs, and improvements. Use when user wants code review or quality assessment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Incrementally update Mintlify documentation (.mdx) from Python source changes only. Use when: (1) Python files referenced in doc_code_map frontmatter have changed, (2) a PR touches Python modules documented in docs/mintlify/key_modules/ or docs/mintlify/mcp/, (3) the user asks to sync docs after Python code changes. Prefer minimal diffs and leave correct content untouched.
Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.
Analyze datasets and extract insights. Use when user needs to understand data patterns, statistics, or trends.
Generate professional reports from analysis results. Use when user needs to create formatted documents summarizing findings.
| name | code-reviewer |
| description | Review code for quality, bugs, and improvements. Use when user wants code review or quality assessment. |
Perform thorough code reviews focusing on quality and correctness.
## Code Review Summary
**Overall Assessment**: [Good/Needs Work/Critical Issues]
### Issues Found
| Severity | Line | Issue | Suggestion |
|----------|------|-------|------------|
| High | 42 | ... | ... |
### Positive Aspects
- [What's done well]
### Recommendations
1. [Priority fix 1]
2. [Priority fix 2]