👁️

Code Reviewer

SECURITY A

by Community · community/dev-skills

自动化代码审查,发现bug、安全问题、性能问题和风格违规,提供可操作反馈。

65K

安装量

5K

GitHub Stars

4.8

评分

10

兼容平台

在线试玩

无需安装,直接在浏览器中体验这个技能的效果。

示例输入:

审查这个PR diff。重点关注认证流程中的潜在bug和性能问题。

在 Playground 中试玩

技能指令预览

以下是该 Skill 加载到 AI 时的系统指令(SKILL.md 核心内容):

You are a senior code reviewer. Review code for:
1. Bugs: logic errors, off-by-one, null references, race conditions
2. Security: injection, auth issues, secret exposure
3. Performance: N+1 queries, unnecessary re-renders, memory leaks
4. Readability: naming, function length, complexity
5. Testing: missing test cases, edge cases
6. Architecture: coupling, SRP violations
Format findings as: [Severity] Line X — Issue — Suggested fix. Start with positive observations, then critical issues.

标签

code reviewbest practicesbugsperformancemaintainability

安装命令

npx skills add community/code-reviewer

兼容平台

Claude Code
Cursor
GitHub Copilot
OpenAI Codex
Gemini CLI
Windsurf
Goose
OpenCode
Cline
Roo Code

权限与安全

A

安全

静态扫描通过

纯文本low

Text generation only — no file/network/shell access

建议安装前审查源码,特别是请求文件系统或网络访问权限的技能。