code-review

Review code for security vulnerabilities, quality issues, and performance bottlenecks.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sigridjineth/oh-my-codex --skill code-review-sigridjineth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sigridjineth/oh-my-codex/tree/main/skills/code-review
Command: npx skills add https://github.com/sigridjineth/oh-my-codex --skill code-review-sigridjineth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security vulnerabilities, and maintainability issues, ensuring higher standards before deployment.

Core Features & Use Cases

  • Comprehensive Analysis: Identifies security risks, code quality issues, performance bottlenecks, and adherence to best practices.
  • Severity Rating: Classifies issues into CRITICAL, HIGH, MEDIUM, and LOW severity levels.
  • Actionable Feedback: Provides specific file:line locations and concrete fix suggestions.
  • Use Case: Before merging a pull request, use this skill to automatically flag any potential SQL injection vulnerabilities or critical bugs, ensuring only production-ready code is merged.

Quick Start

Use the code-review skill to analyze the changes in the current branch.

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 to identify security vulnerabilities before merging a pull request?

Automating code review identifies security vulnerabilities, quality issues, and performance bottlenecks by analyzing your branch changes. It delegates deep analysis to a specialized agent, providing severity-rated feedback with specific file and line locations for concrete remediation before deployment.

What is severity-rated feedback in automated code analysis?

Severity-rated feedback in code analysis classifies identified issues into CRITICAL, HIGH, MEDIUM, and LOW severity levels. This classification helps developers prioritize remediation efforts by distinguishing immediate security vulnerabilities from minor maintainability issues.

How do I check my code for SQL injection vulnerabilities before deployment?

Checking for SQL injection vulnerabilities requires a comprehensive code review that scans for security risks and adherence to best practices. The review flags potential injection points with actionable feedback and specific fix suggestions to ensure production-ready code.

Can I use automated code review to detect performance bottlenecks and maintainability issues?

Automated code review detects performance bottlenecks and maintainability issues by performing comprehensive analysis of your source code. It evaluates code quality against best practices and provides concrete recommendations for remediation to enhance overall software standards.

Does this code analysis approach provide specific file and line locations for identified issues?

This code analysis approach provides specific file and line locations for all identified issues. It delivers actionable feedback that includes concrete fix suggestions, ensuring developers can immediately locate and resolve security vulnerabilities and quality issues.