name: code-review-assistant description: AI-powered code review assistant that analyzes pull requests, identifies potential bugs, security issues, code quality problems, and provides actionable improvement suggestions. Use when reviewing PRs, auditing code changes, or ensuring code quality standards. version: 1.0.0 author: muqing tags: [development, code-review, security, quality]
An AI-powered code review assistant that analyzes pull requests, identifies potential bugs, security vulnerabilities, code quality issues, and provides actionable improvement suggestions. This skill helps maintain code quality standards and catch issues before they reach production.
小葱技能站7w4.net每天更新,海量AI技能等你发现。
The purpose of the changes
Analyze the code systematically using the checklist
Provide structured feedback with severity levels
## Code Review Summary
### Overview
[Brief description of what the PR does]
### Issues Found
#### Critical (🔴)
- [Issue with location and fix suggestion]
#### High (🟠)
- [Issue with location and fix suggestion]
#### Medium (🟡)
- [Issue with location and fix suggestion]
#### Low (🟢)
- [Minor suggestions]
### Positive Aspects
- [What was done well]
### Recommendations
- [Additional suggestions]
这个技能整体质量中等偏上。它的优势是结构完整、检查维度全面,能帮助系统性地进行代码审查,并提供了清晰的输出模板。但不足之处在于内容偏通用,没有针对具体编程语言的深入指导,也缺少实际案例和可量化标准。对于需要详细审查规则和具体操作建议的用户来说,可能会觉得实用性有限。