원클릭으로
code-reviewer
Analyze code for bugs, security issues, performance problems, and style improvements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze code for bugs, security issues, performance problems, and style improvements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a comprehensive morning briefing with weather, calendar events, news headlines, and pending tasks
Track personal expenses from natural language, categorize spending, and generate reports
Prepare for upcoming meetings by gathering attendee info, relevant emails, and past context
Track daily health metrics including water intake, sleep, exercise, steps, and mood
Search and summarize news articles on configured topics into a concise digest
Control smart home devices via Home Assistant — lights, thermostat, locks, cameras, and scenes
| name | Code Reviewer |
| description | Analyze code for bugs, security issues, performance problems, and style improvements |
| version | 1.0.0 |
| author | Karna Team |
| category | development |
| icon | 🔍 |
| tags | ["code","review","security","development"] |
| triggers | [{"type":"command","value":"/review","description":"Review code from a file path or pasted snippet"},{"type":"event","value":"github.pull_request","description":"Auto-review on GitHub PR webhook"}] |
| actions | [{"name":"review","description":"Perform a full code review","parameters":{"filePath":{"type":"string","description":"Path to the file to review"},"code":{"type":"string","description":"Code snippet to review (alternative to filePath)"},"language":{"type":"string","description":"Programming language hint"}}},{"name":"diff","description":"Review a git diff","parameters":{"diff":{"type":"string","description":"Git diff content"}}},{"name":"security","description":"Security-focused review only","parameters":{"filePath":{"type":"string","description":"Path to the file to scan"}}}] |
| dependencies | ["files"] |
| requiredTools | ["file_read"] |
Analyze code for quality issues and provide structured feedback.
For each finding:
[SEVERITY] Category: Brief description
Line(s): X-Y
Suggestion: How to fix it
End with a summary: total findings by severity, overall code quality rating (A-F).
TypeScript, JavaScript, Python, Go, Rust, Java, C/C++, and others via pattern matching.