code-review

Review code for quality, style, SOLID principles, complexity, and security vulnerabilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rigorous review of code, ensuring it adheres to high standards of quality, style, and best practices, thereby reducing technical debt and improving maintainability.

Core Features & Use Cases

  • Automated Code Quality Checks: Enforces consistent formatting, naming conventions, and detects code smells.
  • Design Principle Adherence: Verifies compliance with SOLID principles and design patterns.
  • Security & Performance Audits: Scans for vulnerabilities and suggests performance optimizations.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential issues in pull requests before they are merged, saving developer time and preventing bugs.

Quick Start

Use the code-review skill to analyze the attached file 'main.py' for quality and style issues.

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 check quality and security vulnerabilities?

Automated code review analyzes your pull requests against predefined metrics and best practices to detect security vulnerabilities, code smells, and formatting issues. You can integrate this process into your CI/CD pipeline to automatically flag potential issues in pull requests before they are merged.

How does code analysis verify compliance with SOLID principles and design patterns?

Code analysis verifies compliance with SOLID principles by evaluating your code structure against predefined architectural standards and design metrics. It scans the codebase to ensure adherence to established design patterns, identifying areas where refactoring is needed to improve maintainability.

Can I use this code review process with multiple programming languages?

Yes, this code review process supports multiple programming languages through integration with various linting and formatting tools. It analyzes code against language-specific best practices and quality metrics to ensure comprehensive coverage across your tech stack.

What is the best way to scan code for security vulnerabilities and performance optimizations?

The best way to scan for security vulnerabilities and performance optimizations is through automated security and performance audits. This process reviews your code to identify potential threats and suggests targeted performance optimizations and refactoring opportunities.

How do I enforce consistent formatting and naming conventions in my codebase?

To enforce consistent formatting and naming conventions, automated code quality checks analyze your codebase to detect deviations from predefined style metrics. This process identifies code smells and ensures adherence to established best practices across the project.