code-review

Review code changes for bugs and security vulnerabilities.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/jame2408/agent-skills --skill code-review-jame2408
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jame2408/agent-skills/tree/main/skills/code-review
Command: npx skills add https://github.com/jame2408/agent-skills --skill code-review-jame2408

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code for potential bugs, security vulnerabilities, and other issues, ensuring higher code quality and security.

Core Features & Use Cases

  • Automated Code Analysis: Identifies common programming errors, security flaws, and performance bottlenecks.
  • Contextual Review: Analyzes code changes within the broader project context to catch issues that might be missed in a manual review.
  • Mode Flexibility: Supports both reviewing specific Pull/Merge Requests (PR/MR) and local changes (Self Mode).
  • Use Case: Before merging a new feature, use this Skill to automatically scan the code for any security vulnerabilities or critical bugs, providing a report of potential issues.

Quick Start

Use the code-review skill to review the current local changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automatically find bugs and security vulnerabilities in my code?

To automatically find bugs and security vulnerabilities, you can use automated code analysis to identify common programming errors and security flaws. This process scans code changes within the broader project context to catch issues missed in manual reviews.

Can I review local git changes before submitting a pull request?

Yes, you can review local git changes before submitting a pull request using Self Mode. This mode analyzes local changes to identify potential bugs and security vulnerabilities before merging a new feature.

What is the best way to perform a security audit on a pull request?

The best way to perform a security audit on a pull request is to use PR/MR mode, which leverages VCS platform commands and project-specific rules to analyze specific requests for security vulnerabilities and critical bugs.

Does automated code analysis work with project-specific rules?

Yes, automated code analysis works with project-specific rules. It leverages these defined rules alongside VCS platform commands to perform comprehensive contextual reviews and catch potential issues.