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有完整的技能分類。
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]
這個技能整體質量中等偏上。它的優勢是結構完整、檢查維度全面,能幫助系統性地進行程式碼審查,並提供了清晰的輸出模板。但不足之處在於內容偏通用,沒有針對具體程式語言的深入指導,也缺少實際案例和可量化標準。對於需要詳細審查規則和具體操作建議的使用者來說,可能會覺得實用性有限。