code-reviewer

Analyze source code for security, readability, and performance issues with refactoring recommendations.

8|1|Updated Jun 12, 2018
One-click install
npx skills add https://github.com/SheTieJun/BaseKit --skill code-reviewer-shetiejun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/SheTieJun/BaseKit/tree/main/.trae/skills/code-reviewer
Command: npx skills add https://github.com/SheTieJun/BaseKit --skill code-reviewer-shetiejun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams perform systematic code reviews and generate actionable refactoring recommendations, focusing on security, readability, performance, and adherence to team standards.

Core Features & Use Cases

  • Structured review checklist with prioritized issues
  • Security risk detection and mitigation guidance (e.g., SQL injection, XSS, sensitive data exposure)
  • Readability and naming conventions improvements
  • Performance hotspot identification and optimization suggestions
  • Compliance with team conventions, with executable code changes or diffs
  • Use Case: Developer runs a review on a pull request and receives a concrete set of changes and rationale.

Quick Start

Submit your code snippet or repository link and specify language and constraints; the skill outputs a prioritized list of issues, suggested edits, and optional code diffs.

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a systematic code review for security and readability issues?

A systematic code review analyzes source code to identify security, readability, and performance issues, providing actionable refactoring recommendations. It applies across modules and commits in any language, focusing on safe, incremental improvements that align with team standards.

Can I use an automated code review for any programming language?

Automated code review applies to code reviews across modules and commits in any programming language. You submit your code snippet or repository link, specify language and constraints, and receive a prioritized list of issues, suggested edits, and optional code diffs.

How do I identify security risks like SQL injection during a code review?

To identify security risks like SQL injection during code review, the analysis detects security vulnerabilities and provides mitigation guidance for issues such as SQL injection, XSS, and sensitive data exposure. It outputs structured audit results with risk explanations and concrete code changes.

Does this code review approach provide actionable refactoring recommendations?

This code review approach provides actionable refactoring recommendations by applying a structured review checklist with prioritized issues. It identifies performance hotspots, suggests optimizations, and ensures compliance with team conventions through executable code changes or diffs.

How do I get performance optimization suggestions for my source code?

To get performance optimization suggestions, you submit your source code for review. The process focuses on performance hotspot identification and provides optimization suggestions alongside readability improvements and naming convention checks, outputting structured audit results.