code-review

Analyze code for bugs, style violations, performance issues, and security vulnerabilities.

33|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Sir-chawakorn/power-ranger-toolkit --skill code-review-sir-chawakorn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Sir-chawakorn/power-ranger-toolkit/tree/main/src/skills/code-review
Command: npx skills add https://github.com/Sir-chawakorn/power-ranger-toolkit --skill code-review-sir-chawakorn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates and enhances the code review process, identifying bugs, style inconsistencies, performance bottlenecks, and security vulnerabilities before they reach production.

Core Features & Use Cases

  • Comprehensive Checks: Analyzes code for correctness, edge cases, style, performance, and security.
  • Automated Fixes: Suggests and applies auto-fix patterns for common issues like linting errors and formatting.
  • Use Case: When submitting a pull request, use this skill to perform an initial automated review, flagging potential issues and providing suggestions for improvement, ensuring higher code quality.

Quick Start

Run the code-review skill to analyze the attached code file for potential issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review to detect bugs and security vulnerabilities before merging?

Automated code review detects bugs, style violations, performance issues, and security vulnerabilities by analyzing code correctness and edge cases. It identifies race conditions, checks naming conventions, and suggests improvements before code reaches production.

Can I automatically fix linting and formatting errors when reviewing code?

Yes, automated code review applies auto-fix patterns for linting errors, formatting, and type errors. This resolves style violations and common code quality issues automatically during the pull request review process.

What is the best way to generate PR summaries from code changes?

AI-assisted code review analyzes code changes to generate PR summaries automatically. This automates pull request documentation while simultaneously flagging performance bottlenecks, bugs, and style inconsistencies.

Does automated code review check for performance bottlenecks and race conditions?

Yes, automated code review analyzes code for performance bottlenecks and potential race conditions. It evaluates correctness, edge cases, and security vulnerabilities to provide comprehensive quality assurance before deployment.

How do I perform an initial code quality check before submitting a pull request?

Run an AI-assisted code review on your code file to perform an initial quality check before submitting a pull request. This analyzes correctness, style, performance, and security, flagging potential issues and providing improvement suggestions.