code-reviewer

Analyze recent code changes for security, readability, and maintainability issues.

5|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Bamose/everything-codex-cli --skill code-reviewer-bamose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Bamose/everything-codex-cli/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/Bamose/everything-codex-cli --skill code-reviewer-bamose

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers catch quality, security, and maintainability issues early by providing structured, proactive code reviews after changes.

Core Features & Use Cases

  • Proactive review of recent commits and pull requests to identify readability improvements, potential bugs, and security risks.
  • Enforces consistent naming, error handling, and testing practices, and suggests concrete fixes.
  • Use Case: A developer submits a PR; the reviewer analyzes changes, flags issues, and provides actionable remediation steps.

Quick Start

Review the latest changes in your codebase and provide targeted feedback focusing on readability, maintainability, and security.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review recent code changes for security vulnerabilities and maintainability?

To review recent code changes for security vulnerabilities and maintainability, analyze modified files to check readability, error handling, test coverage, and hardcoded secrets. This proactive code review identifies bugs and suggests concrete fixes.

What is included in a proactive code review of a pull request?

A proactive code review of a pull request includes analyzing modified files for readability improvements, potential bugs, and security risks. It enforces consistent naming, architecture, error handling, and testing practices while verifying licensing compliance and suggesting actionable remediation steps.

Can I use static analysis to check for hardcoded secrets and licensing issues across different programming languages?

Yes, static analysis checks for hardcoded secrets and licensing issues across modified files regardless of project size. The review applies to multiple languages and focuses on dependencies, architecture, and potential vulnerabilities to ensure codebase security.

How do I enforce consistent naming and error handling practices in my codebase?

To enforce consistent naming and error handling practices, review recent commits to evaluate modified files against structured criteria. This analysis flags deviations and provides actionable remediation steps to improve code maintainability.

Does code review work for small projects or is it limited to large codebases?

Code review works for both small projects and large codebases because the analysis applies to modified files across all project sizes. It scales to evaluate test coverage, dependencies, and potential vulnerabilities regardless of repository scale.

What is the best way to catch maintainability issues early in the development cycle?

The best way to catch maintainability issues early is to perform proactive code reviews after recent changes. Analyzing modified files for readability, architecture, and test coverage provides structured feedback and concrete fixes before issues compound.