Install
openclaw skills install code-review-checklist代码审查清单 - A comprehensive code review checklist and guidance tool. Use when user asks about 代码审查、代码检查、PR review、代码质量, or wants to conduct or prepare for a code review. Provides systematic checklist items and best practices.
openclaw skills install code-review-checklistThis skill provides a systematic approach to code reviews. It offers comprehensive checklist items across multiple dimensions of code quality, helps reviewers focus on high-impact areas, and guides developers in preparing code for review. Designed to make code reviews more efficient and thorough.
Comprehensive checklist items organized by category:
"用代码审查清单检查这个PR"
"帮我审查这个函数的逻辑"
"检查这段代码有没有安全问题"
"看看这个文件有哪些可以改进的地方"
"帮我准备代码审查"
"自审查这份代码,有什么遗漏?"
"检查这段代码的测试覆盖"
"这个代码符合项目规范吗?"
"生成一个代码审查检查清单"
"我们团队的代码审查标准是什么?"
"前端代码审查有什么特殊要求?"
For each review, output:
## Code Review: [PR/Change Title]
### Summary
- Files changed: X
- Lines added/removed: +X/-X
- Risk level: [Low/Medium/High]
### Findings
#### 🔴 Blocking Issues
- [Issue description] - [File:Line] - [Suggestion]
#### 🟡 Suggestions
- [Suggestion] - [File:Line]
#### 🟢 Good Practices Noted
- [Positive observation]
### Checklist Status
- [x] Correctness
- [x] Style
- [ ] Security (needs work)
- [x] Performance
### Recommendation
[Approve / Request Changes / Discuss]
### Action Items
- [ ] Item 1
- [ ] Item 2
This skill integrates with:
github — For reviewing PRs directlycoding-agent — For automated code quality checksopencli — For running linters and formatters