code-reviewer-pro
代码审查、重构建议、安全漏洞检查、命名规范、复杂度分析、注释文档生成. Use when you need code reviewer pro capabilities. Triggers on: code reviewer pro.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/code-reviewer-proCode 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> |
工作流
- 用户要做代码审查 → 调用
review - 用户想重构代码 → 调用
refactor - 安全审查 → 调用
security - 查命名规范 → 调用
naming - 分析复杂度 → 调用
complexity - 生成文档模板 → 调用
document
脚本路径: skills/code-reviewer/scripts/review.sh
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Examples
# Show help
code-reviewer-pro help
# Run
code-reviewer-pro run
Commands
Run code-reviewer-pro help to see all available commands.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-code-reviewer-pro": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.