Code Reviewer

Analyze code for bugs, security vulnerabilities, and style issues before commits.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/aggelosChatziioannou/kimi_claw_skills --skill code-reviewer-aggeloschatziioannou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Reviewer
Source: https://github.com/aggelosChatziioannou/kimi_claw_skills/tree/main/code-reviewer
Command: npx skills add https://github.com/aggelosChatziioannou/kimi_claw_skills --skill code-reviewer-aggeloschatziioannou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code before commits, identifying potential bugs, security vulnerabilities, performance issues, and style problems, thereby improving code quality and reducing errors.

Core Features & Use Cases

  • Pre-Commit Analysis: Analyzes code for bugs, security flaws, performance bottlenecks, and style issues.
  • Quality Checks: Enforces best practices and provides maintainability scores.
  • Security Scan: Detects vulnerabilities like SQL injection and hardcoded secrets.
  • Smart Suggestions: Offers refactoring ideas and documentation improvements.
  • Use Case: Before committing a new feature, you can ask the AI to "Review this code for any potential issues" to catch errors early.

Quick Start

Ask the assistant to review your code before you commit it.

Frequently Asked Questions about Code Reviewer

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

FAQPage Schema
How do I automate code review for bugs and security vulnerabilities before a Git commit?

Automated code review before a Git commit uses AI to analyze your code for bugs, security vulnerabilities, performance issues, and style problems. It integrates with Git pre-commit hooks to catch errors early and improve overall code quality.

Can I integrate automated security scanning into CI/CD pipelines for quality assurance?

Automated security scanning can be integrated into CI/CD pipelines for quality assurance. This setup detects vulnerabilities like SQL injection and hardcoded secrets, enforcing best practices and providing maintainability scores during the software development lifecycle.

What kind of code issues can an AI code reviewer detect during pre-commit analysis?

An AI code reviewer detects bugs, security flaws, performance bottlenecks, and style problems during pre-commit analysis. It also provides smart suggestions for code improvement, offering refactoring ideas and documentation enhancements.

Does AI code review work with Git pre-commit hooks to prevent bad commits?

AI code review works with Git pre-commit hooks to prevent bad commits by running quality checks and security scans. This automated quality assurance mechanism analyzes your code locally before finalizing the commit.

What is the best way to check for SQL injection and hardcoded secrets in source code?

The best way to check for SQL injection and hardcoded secrets is using an AI-powered security scan. This process detects vulnerabilities and enforces best practices, providing maintainability scores and smart suggestions for fixing the identified issues.