Code Review

Analyze source files, directories, or pull requests for bugs, vulnerabilities, and style issues.

147|32|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill code-review-seb1n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/seb1n/awesome-ai-agent-skills/tree/main/code-and-development/code-review
Command: npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill code-review-seb1n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing source code, identifying potential bugs, security vulnerabilities, performance bottlenecks, and style inconsistencies, thereby improving overall code quality and maintainability.

Core Features & Use Cases

  • Comprehensive Analysis: Evaluates code across correctness, security, performance, and readability.
  • Contextual Feedback: Provides actionable feedback tied to specific lines of code.
  • Use Case: Integrate into your CI/CD pipeline to automatically flag critical issues in pull requests before they are merged, ensuring a higher standard of code.

Quick Start

Use the Code Review skill to analyze the provided pull request URL.

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 pull requests to find security vulnerabilities?

Automated code review analyzes pull requests to flag security vulnerabilities, bugs, and performance issues. It evaluates source files against common vulnerability patterns and project standards, providing actionable feedback tied to specific lines before merging.

What is automated code analysis and how does it assess code quality?

Automated code analysis evaluates code quality by assessing correctness, security, performance, and readability. It identifies potential bugs and style violations by analyzing algorithmic complexity and checking source files against established project standards.

Can I integrate automated bug detection into my CI/CD pipeline?

Yes, you can integrate automated bug detection into your CI/CD pipeline. This automatically flags critical issues and security vulnerabilities in pull requests before they are merged, ensuring a higher standard of code maintainability.

Does automated code review work with source files and project directories?

Yes, automated code review works with source files and project directories. It analyzes the provided codebase to detect performance bottlenecks, style violations, and common vulnerability patterns based on your project standards.

What is the best way to identify performance issues and algorithmic complexity in source code?

Automated code analysis is the best way to identify performance issues. It assesses algorithmic complexity and detects performance bottlenecks across your source files, delivering contextual feedback to improve overall code maintainability and efficiency.

When should I not use automated code review for bug detection?

Automated code review should not replace human oversight for complex business logic. While it effectively detects common vulnerability patterns and style violations, developers must still manually review contextual nuances and architectural correctness.