원클릭으로
code-reviewer
Review code for best practices, potential bugs, and improvements. Use when asked to review, analyze, or critique code quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code for best practices, potential bugs, and improvements. Use when asked to review, analyze, or critique code quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze datasets and generate statistical summaries and insights. Use when asked to analyze data, compute statistics, or identify trends.
Summarize meeting transcripts into structured notes with action items. Use when asked to process, summarize, or extract action items from meetings.
| name | code-reviewer |
| description | Review code for best practices, potential bugs, and improvements. Use when asked to review, analyze, or critique code quality. |
When reviewing code:
For automated analysis, use the script at scripts/analyze.cs which performs
basic static checks on C# source files. Run with: dotnet run scripts/analyze.cs -- <file.cs>
Rate each finding as: 🔴 Critical | 🟡 Warning | 🟢 Suggestion