code-review

Review staged and unstaged code changes for compliance, security, and quality issues.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Katsu0424/Skills-factory --skill code-review-katsu0424
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Katsu0424/Skills-factory/tree/main/artifacts/skills/code-review
Command: npx skills add https://github.com/Katsu0424/Skills-factory --skill code-review-katsu0424

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code before commits, identifying potential issues, and suggesting improvements to ensure code quality, security, and adherence to best practices.

Core Features & Use Cases

  • Comprehensive Code Analysis: Checks for rule compliance, implementation quality, security vulnerabilities, error handling, performance bottlenecks, readability, and test coverage.
  • Actionable Feedback: Provides categorized feedback (critical issues, suggestions, improvements) with specific line-item recommendations and code examples.
  • Use Case: A developer is about to commit a new feature. They can invoke this Skill to get a thorough review, catching potential bugs or security flaws before they enter the codebase.

Quick Start

Use the code-review skill to review the staged changes in the current repository.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review on staged changes before a git commit?

You can perform an automated code review on staged and unstaged code changes by invoking a tool that analyzes the git diff. It identifies issues across rule compliance, security, performance, and test coverage, providing categorized feedback with actionable recommendations.

What does pre-commit code analysis check for in my repository?

Pre-commit code analysis checks your changes across multiple dimensions: rule compliance, implementation quality, security vulnerabilities, error handling, performance bottlenecks, readability, and testing. It returns categorized feedback with actionable recommendations and code examples.

Can I review unstaged code changes or only staged files?

Yes, you can review both staged and unstaged code changes. The analysis evaluates all modifications in your working directory, identifying potential bugs and security flaws before they enter the codebase.

How do I get actionable feedback with code examples for refactoring?

To get actionable feedback for refactoring, run an automated review on your changes. It delivers categorized feedback with specific line-item recommendations and code examples to improve implementation quality, security, and readability.

What is the best way to catch security vulnerabilities before pushing code?

The best way to catch security vulnerabilities before pushing code is to run an automated code review on your staged changes. It identifies security flaws and provides actionable recommendations to fix them before they enter the repository.