code-review

Automates code reviews for correctness, security, performance, and maintainability issues.

68|14|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Geeksfino/openskills --skill code-review-geeksfino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Geeksfino/openskills/tree/main/examples/skills/code-review
Command: npx skills add https://github.com/Geeksfino/openskills --skill code-review-geeksfino

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for consistent and thorough code quality checks, identifying potential bugs, security vulnerabilities, and areas for performance improvement before code is merged.

Core Features & Use Cases

  • Comprehensive Code Audits: Reviews code for correctness, security, performance, maintainability, and testing adherence.
  • Structured Feedback: Provides clear, actionable feedback categorized into critical issues, suggestions, and positive observations.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically flag potential issues in pull requests, ensuring higher code standards and reducing the likelihood of production bugs.

Quick Start

Use the code-review skill to audit the provided Python script for potential issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review to identify security vulnerabilities and performance issues?

Automated code review analyzes source code to identify correctness, security, performance, maintainability, and testing issues. It requires file system access to read and search code, providing structured feedback categorized into critical issues and suggestions.

What is the best way to audit code quality and adherence to best practices before merging?

Auditing code quality before merging involves checking the codebase against established best practices. This process reviews code for potential bugs and maintainability issues, delivering actionable feedback to ensure higher code standards and reduce production bugs.

Can I integrate automated code auditing into my CI/CD pipeline for pull requests?

Yes, you can integrate code auditing into your CI/CD pipeline to automatically flag potential issues in pull requests. This automated review checks for security vulnerabilities and performance improvements, ensuring consistent code quality checks before code is merged.

Does code review work with local file system operations for code analysis?

Code review requires access to file system operations like Read, Grep, Glob, and LS for code analysis. These operations allow the review process to thoroughly scan and evaluate local software development workflows for correctness and testing adherence.

What are the limitations of using automated code reviews for software development?

Automated code reviews focus on identifying correctness, security, performance, maintainability, and testing issues. While they provide structured feedback, they require direct file system access to perform code analysis and may not catch complex business logic flaws.

Why does my code review process need to categorize feedback into critical issues and positive observations?

Categorizing feedback into critical issues, suggestions, and positive observations provides clear, actionable insights. This structured feedback approach helps developers quickly prioritize security vulnerabilities and performance improvements while acknowledging maintainable code.