Review code with security scanning, complexity analysis, and auto docs. Use when auditing codebases, suggesting refactors, or enforcing standards.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill code-reviewer-pro --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Reviewer Pro?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-code-reviewer-pro)More formats (shields.io, HTML) on the badges page.
---
version: "2.0.0"
name: code-reviewer-pro
description: "Review code with security scanning, complexity analysis, and auto docs. Use when auditing codebases, suggesting refactors, or enforcing standards."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# Code Reviewer
代码审查助手。提供审查检查清单、重构建议、安全漏洞检查、命名规范、复杂度分析、注释文档生成。
## 使用方式
根据用户需求调用对应脚本命令:
### 命令列表
| 命令 | 说明 | 用法 |
|------|------|------|
| `review` | 代码审查检查清单 | `bash scripts/review.sh review <language>` |
| `refactor` | 重构建议与模式 | `bash scripts/review.sh refactor <pattern>` |
| `security` | 安全漏洞检查清单 | `bash scripts/review.sh security <language>` |
| `naming` | 命名规范速查 | `bash scripts/review.sh naming <language>` |
| `complexity` | 复杂度分析指标 | `bash scripts/review.sh complexity` |
| `document` | 注释文档模板 | `bash scripts/review.sh document <language>` |
### 工作流
1. 用户要做代码审查 → 调用 `review`
2. 用户想重构代码 → 调用 `refactor`
3. 安全审查 → 调用 `security`
4. 查命名规范 → 调用 `naming`
5. 分析复杂度 → 调用 `complexity`
6. 生成文档模板 → 调用 `document`
脚本路径: `skills/code-reviewer/scripts/review.sh`
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
## Examples
```bash
# Show help
code-reviewer-pro help
# Run
code-reviewer-pro run
```
## Commands
Run `code-reviewer-pro help` to see all available commands.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!