code-review

Review code for design, quality, correctness, security, performance, testing, and documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/westonwrz/codex-skills-by-codex --skill code-review-westonwrz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/westonwrz/codex-skills-by-codex/tree/main/code-review
Command: npx skills add https://github.com/westonwrz/codex-skills-by-codex --skill code-review-westonwrz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for thorough and consistent code reviews, ensuring code is high-quality, secure, and maintainable across different languages.

Core Features & Use Cases

  • Comprehensive Review: Analyzes code for design, quality, correctness, security (OWASP Top 10), performance, testing, and documentation.
  • Structured Findings: Provides clear, severity-based feedback with file/line references and actionable fix suggestions.
  • Use Case: Use this skill when submitting a Pull Request to get detailed feedback on potential issues before merging.

Quick Start

Use the code-review skill to review the attached code changes for security and quality concerns.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a comprehensive security and quality code review before merging?▼

You can perform a comprehensive code review by submitting pull request changes for analysis. The review evaluates design, quality, correctness, security, performance, testing, and documentation, providing structured, severity-based feedback with actionable fix suggestions.

How does automated code review identify OWASP Top 10 security vulnerabilities?▼

Automated code review identifies OWASP Top 10 vulnerabilities by checking submitted code against detailed security checklists. It reports findings with severity levels and specific file or line references to ensure code is secure and maintainable.

Can I use this code review skill for any programming language?▼

Yes, the code review process is language-agnostic, meaning it analyzes design, quality, correctness, and security across different programming languages without requiring language-specific configurations or dependencies.

What is the best way to get structured feedback on a pull request?▼

The best way to get structured feedback is to trigger a code review on your pull request changes. The review outputs structured findings categorized by severity, detailing design, security, and performance issues with actionable fix suggestions and file references.

Does code review check documentation and testing coverage along with security?▼

Yes, code review checks documentation and testing coverage alongside security. The comprehensive review process evaluates code across seven dimensions including testing and documentation, ensuring maintainability and quality assurance across the entire codebase.

When should I not use an automated code review skill?▼

You should not use an automated code review skill for general coding queries or writing new code from scratch. It is specifically intended for reviewing existing code changes, such as providing feedback on pull requests, rather than generating new code snippets.