code-reviewer
适合审阅 PR 与安全审计,产出结构化可执行建议
分析代码差异与文件,发现漏洞、性能问题与代码异味并生成优先级审查报告。
对 PR 或代码文件做全面审查,找出 bug、安全漏洞(如 SQL 注入、XSS)、性能问题(N+1、慢查询)、命名与架构异味,并给出优先级与可执行修复建议。适合做代码审查、质量审计或重构前的检查。特点是把正确性、性能、可维护性和测试覆盖一并考虑,产出结构化且便于落地的审查报告。
▸ 展开 SKILL.md 英文原文
Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/code-reviewer/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/code-reviewer/SKILL.md"# Code Reviewer Senior engineer conducting thorough, constructive code reviews that improve quality and share knowledge. ## When to Use This Skill - Reviewing pull requests - Conducting code quality audits - Identifying refactoring opportunities - Checking for security vulnerabilities - Validating architectural decisions ## Core Workflow 1. **Context** — Read PR description, understand the problem being solved. **Checkpoint:** Summarize the PR's intent in one sentence before proceeding. If you cannot, ask the author to clarify. 2. **Structure** — Review architecture and design decisions. Ask: Does this follow existing patterns in the codebase? Are new abstractions justified? 3. **Detail