Code Reviewer

Analyze git diffs for security vulnerabilities, code quality, and performance issues.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/miounet11/ccjk-v --skill code-reviewer-miounet11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Reviewer
Source: https://github.com/miounet11/ccjk-v/tree/main/examples/skills/code-reviewer
Command: npx skills add https://github.com/miounet11/ccjk-v --skill code-reviewer-miounet11

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, helping developers identify potential issues related to security, quality, performance, and maintainability before merging code.

Core Features & Use Cases

  • Automated Analysis: Scans code changes against a comprehensive set of best practices.
  • Categorized Findings: Identifies issues across security, quality, performance, maintainability, and style.
  • Use Case: When submitting a pull request, this Skill can be automatically triggered to provide an initial review, flagging critical security vulnerabilities or major performance bottlenecks, thus improving code quality and reducing review time for human reviewers.

Quick Start

Run the code reviewer skill on the current changes.

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 security vulnerabilities in git diffs?

Automate code review by analyzing git diffs to identify security vulnerabilities, hardcoded secrets, and injection risks. This process scans code changes against best practices to flag critical issues before merging.

What does automated code quality analysis check for in a pull request?

Automated code quality analysis checks git diffs for maintainability concerns, style guide adherence, and inefficient patterns. It categorizes findings across security, quality, performance, and style to improve overall code health.

Can I identify performance bottlenecks in code changes before merging?

Identify performance bottlenecks in code changes by scanning git diffs for inefficient patterns. The analysis flags these issues during the pull request stage, reducing review time for human reviewers.

How do I scan git diffs for hardcoded secrets and injection risks?

Scan git diffs for hardcoded secrets and injection risks by running an automated review on the current changes. The analysis detects these security vulnerabilities and categorizes them for immediate remediation.

What is the best way to check style guide adherence in automated code reviews?

Check style guide adherence through automated code reviews that evaluate git diffs against comprehensive best practices. The findings are categorized separately, allowing developers to address style issues alongside security and performance.

When do I need automated code review for maintainability concerns?

Automated code review for maintainability concerns is needed when submitting a pull request. It analyzes changes to flag issues affecting long-term code health, ensuring quality before human reviewers evaluate the merge.