code-review

Review source code for defects, security vulnerabilities, and performance issues.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/loganand612/Neoverse-26 --skill code-review-loganand612
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/loganand612/Neoverse-26/tree/main/apps/desktop/bundled-skills/code-review
Command: npx skills add https://github.com/loganand612/Neoverse-26 --skill code-review-loganand612

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for potential issues, ensuring higher quality, more secure, and better-performing software.

Core Features & Use Cases

  • Comprehensive Checks: Analyzes code for correctness, security vulnerabilities, performance bottlenecks, and adherence to best practices.
  • Actionable Feedback: Provides specific, categorized feedback with clear suggestions for fixes.
  • Use Case: Before merging a new feature, use this skill to automatically scan the code for bugs, security flaws, and performance regressions, providing a detailed report to the development team.

Quick Start

Use the code-review skill to check the attached file 'main.py' for security vulnerabilities.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate source code review for security vulnerabilities and bugs?

Automated code review analyzes source files to detect bugs, security vulnerabilities, and performance inefficiencies. It categorizes findings by severity, describes the identified issues, and recommends specific fixes to enhance overall software quality.

What is the best way to check source code for performance inefficiencies before merging?

Checking code for performance inefficiencies before merging involves scanning the source to identify bottlenecks and deviations from best practices. This process outputs a detailed report with locations, severity levels, and actionable refactoring suggestions.

Does automated code analysis support maintainability and refactoring recommendations?

Automated code analysis supports maintainability by evaluating source against established coding standards. It identifies areas needing refactoring and provides actionable feedback to correct deviations, ensuring the codebase remains maintainable and aligned with best practices.

Can I use a code review tool to scan for correctness issues in a Python file?

You can use a code review tool to scan attached files like Python scripts for correctness issues. The analysis covers security, performance, and best practices, returning specific feedback with recommended fixes for any detected defects.

What types of defects does a comprehensive code review report include?

A comprehensive code review report includes defects across correctness, security vulnerabilities, performance bottlenecks, and maintainability issues. Each finding details the specific location, severity level, issue description, and the recommended fix.

How does automated code scanning handle deviations from established coding standards?

Automated code scanning detects deviations from established coding standards by analyzing the source structure and logic. It flags these inconsistencies in a categorized report, providing clear suggestions to align the code with best practices.