بنقرة واحدة
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.