AgentSkillsCN

code-review

对代码进行质量、漏洞及安全问题的全面审查。

SKILL.md
--- frontmatter
name: code-review
description: Review code for quality, bugs, and security issues.
compatibility: Works with Python, JavaScript, and TypeScript files.

Code Review

When to use this skill

Use this skill when asked to review, analyze, or check code for issues. This includes security audits, bug detection, and code quality assessments.

How to use

After activating this skill, use the analyze_code tool to examine code snippets.

What to look for

When reviewing code, check for:

  • Security vulnerabilities (eval, exec, SQL injection, XSS)
  • Error handling gaps
  • Resource leaks
  • Logic errors

Output

Provide a clear list of issues found, categorized by severity (CRITICAL, WARNING, INFO).