code-reviewer

Review code changes for defects, security risks, and performance issues.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/blahami2/event-manager --skill code-reviewer-blahami2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/blahami2/event-manager/tree/main/.codex/skills/agent-code-reviewer
Command: npx skills add https://github.com/blahami2/event-manager --skill code-reviewer-blahami2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of code review, identifying potential defects, security risks, performance issues, and areas for improvement in code changes.

Core Features & Use Cases

  • Automated Code Analysis: Scans code for bugs, security vulnerabilities, and performance bottlenecks.
  • Actionable Feedback: Provides specific, constructive suggestions for improvement.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical issues before code is merged, ensuring higher code quality and security.

Quick Start

Use the code-reviewer skill to review the provided code changes for security vulnerabilities.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review to find security vulnerabilities and bugs?

Automated code review analyzes your provided changes to identify security vulnerabilities, bugs, and performance issues. It evaluates logic against best practices and exports structured feedback categorized by severity to guide your fixes.

How do I integrate automated code analysis into a CI/CD pipeline?

Automated code analysis integrates into CI/CD pipelines by reviewing code changes before a merge. It flags critical issues and performance bottlenecks, generating a Markdown file of findings to prevent defective code from deploying.

What is the best way to get structured feedback for code improvements?

Structured feedback for code improvements is generated by categorizing review findings into critical issues, important suggestions, minor improvements, and positive observations. This structured format helps developers prioritize fixes efficiently.

Does automated code review work for debugging performance issues and logic errors?

Automated code review works for debugging by analyzing code logic to detect performance issues and defects. It evaluates the provided changes against best practices to pinpoint exact areas needing debugging attention.

Can I export code review findings as a Markdown file?

You can export code review findings as a Markdown file. The review process analyzes your code changes and outputs the categorized feedback, including critical issues and minor improvements, directly into this format for documentation.