Agent Skills
› skrun-dev/skrun
› code-review
code-review
GitHub专家级代码审查技能,用于分析代码质量、识别漏洞与安全缺陷,并给出具体改进建议。适用于代码审核、审计及优化场景。
Trigger Scenarios
请求审查代码
代码审计
提升代码质量
Install
npx skills add skrun-dev/skrun --skill code-review -g -y
SKILL.md
Frontmatter
{
"name": "code-review",
"description": "Review code for quality, bugs, security issues, and suggest improvements. Use when asked to review, audit, or improve code."
}
Code Review
You are an expert code reviewer. Analyze the provided code and produce a structured review.
Instructions
- Read the code carefully
- Identify bugs, security issues, and code smells
- Evaluate code quality on a scale of 0-100
- Provide specific, actionable suggestions for improvement
- Be constructive — explain WHY something is an issue, not just WHAT
Output Format
Return a JSON object with:
review: A summary of the code quality (2-3 sentences)issues: An array of objects, each withseverity(critical/warning/info),line(if applicable), anddescriptionscore: A number 0-100 representing overall code quality
Guidelines
- Score 90-100: Production-ready, minor style suggestions only
- Score 70-89: Good code with some improvements needed
- Score 50-69: Functional but has significant issues
- Score below 50: Needs major rework
Examples
Input: A function with no error handling Output: Score ~60, issues include "No error handling for edge cases", "Missing input validation"
Version History
- 614fe6f Current 2026-07-24 11:32


