code-review

Analyze Git changes to generate comprehensive code review reports.

27|4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/PIKACHUIM/NetPanel --skill code-review-pikachuim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/PIKACHUIM/NetPanel/tree/main/.codebuddy/skills/code-review
Command: npx skills add https://github.com/PIKACHUIM/NetPanel --skill code-review-pikachuim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, git, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates in-depth code reviews, going beyond basic linting to identify security vulnerabilities, concurrency issues, potential bugs, and architectural flaws, while also ensuring requirements are met.

Core Features & Use Cases

  • Comprehensive Code Analysis: Detects security risks, concurrency problems, bugs, and design issues.
  • Requirement Compliance: Verifies code against specified requirements.
  • Automated Reporting: Generates detailed code review reports.
  • Use Case: Before merging a critical feature, use this Skill to automatically scan the codebase for any security vulnerabilities or deviations from coding standards, ensuring a high-quality release.

Quick Start

Use the code-review skill to analyze the code changes in the last commit.

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 for security vulnerabilities and bugs before a merge?

Automate code review by analyzing Git changes to detect security vulnerabilities, concurrency issues, and bugs before merging. This evaluates logic, code standards, and requirement compliance, then generates a comprehensive review report.

How does static analysis find security risks and architectural flaws in my codebase?

Static analysis finds security risks and architectural flaws by evaluating Git changes against coding standards. It goes beyond basic linting to detect concurrency problems, potential bugs, and design issues across supported programming languages.

Can I integrate automated code quality gates into my CI/CD pipeline?

Yes, automated code quality gates integrate with CI/CD pipelines by analyzing Git changes, evaluating code standards and security, and generating reports to enforce quality checks before deployment.

Do I need Python3 and Git installed to run a deep code analysis?

Yes, Python3 and Git are required dependencies to run deep code analysis. The process evaluates Git changes, checks requirement consistency, and performs security analysis to generate detailed code review reports.

What is the best way to verify requirement compliance during a code review?

The best way to verify requirement compliance is by analyzing Git changes against specified requirements. The automated review evaluates logic, code standards, and security, then generates a report highlighting any deviations.

Why use automated code review instead of basic linting for critical features?

Use automated code review instead of basic linting because it identifies security vulnerabilities, concurrency issues, and architectural flaws. It verifies requirement compliance and generates comprehensive reports for critical features.