code-reviewer

仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由

适合审阅 PR 与安全审计,产出结构化可执行建议

这个 Skill 做什么

分析代码差异与文件,发现漏洞、性能问题与代码异味并生成优先级审查报告。

对 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.

开发编程代码审查安全质量提升通用
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/code-reviewer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/code-reviewer/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有