examples/code-review/SKILL.md
Smart code review skill that helps review code quality, identify potential issues, and provide improvement suggestions.
npx skillsauth add jackyst0/awesome-agent-skills code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
智能代码审查技能,帮助审查代码质量、发现潜在问题、提供改进建议。
Smart code review skill that helps review code quality, identify potential issues, and provide improvement suggestions.
当用户请求以下操作时使用此 skill:
## 代码审查报告 / Code Review Report
### 概述 / Summary
[简要总结 / Brief summary]
### 发现的问题 / Issues Found
- [ ] 问题 1 / Issue 1
- [ ] 问题 2 / Issue 2
### 改进建议 / Suggestions
1. 建议 1 / Suggestion 1
2. 建议 2 / Suggestion 2
### 评分 / Score
- 代码质量 / Code Quality: X/10
- 可读性 / Readability: X/10
- 可维护性 / Maintainability: X/10
def calc(x,y):
return x+y
简单的加法函数,存在命名和格式问题。
calc 不具描述性add_numbersdef add_numbers(x: int, y: int) -> int:development
Automatically generate unit tests based on source code, supporting multiple languages and testing frameworks.
development
Git commit message generator that creates conventional commit messages based on code changes.
tools
Help debug code by analyzing error messages, identifying root causes, and providing fix suggestions.
development
Generate API documentation from source code, supporting REST APIs, GraphQL, and various documentation formats.