用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MukundaKatta/karna --skill code-reviewer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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":"[Truncated]","code":"[Truncated]","language":"[Truncated]"}},{"name":"diff","description":"Review a git diff","parameters":{"diff":"[Truncated]"}},{"name":"security","description":"Security-focused review only","parameters":{"filePath":"[Truncated]"}}] |
| 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.