Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Smart code review skill that helps review code quality, identify potential issues, and provide improvement suggestions.
.claude/skills/jackyst0-code-review/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 10% | 0% |
> 智能代码审查技能,帮助审查代码质量、发现潜在问题、提供改进建议。 > > Smart code review skill that helps review code quality, identify potential issues, and provide improvement suggestions.
当用户请求以下操作时使用此 skill:
markdown## 代码审查报告 / 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
pythondef calc(x,y): return x+y
简单的加法函数,存在命名和格式问题。
calc 不具描述性add_numbersdef add_numbers(x: int, y: int) -> int:Other measured skills in the registry, with their headline benchmark lift.