code-review

Identify and report code-quality, style, and maintainability issues in code changes.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mattphanm/Codex-Agentic --skill code-review-mattphanm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/mattphanm/Codex-Agentic/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/mattphanm/Codex-Agentic --skill code-review-mattphanm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review implementation for code quality, style consistency, and best practices. Runs before security review. READ-ONLY - reports issues but does not fix them.

Core Features & Use Cases

  • Automated checks for code quality, style consistency, and maintainability to surface issues early.
  • Pre-security review readiness by surfacing potential risks, anti-patterns, and non-conformant code.
  • Generates a structured findings report with actionable items and suggested improvements.
  • Integrates with existing workflows for pre-merge validation and quality gates.

Quick Start

Run a code-review on your current branch to generate a findings report.

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 quality checks for a pull request?

You can automate code quality checks by validating multi-file code changes against defined criteria like style consistency, maintainability, and error handling to generate a structured findings report before merging.

What is static analysis for pre-merge code review?

Static analysis for pre-merge code review identifies code-quality, style, and maintainability issues in code changes before merging, generating a standardized findings report with actionable items and suggested improvements.

Can I use this code review tool to enforce test coverage and error handling rules?

Yes, you can validate code changes against defined criteria including test coverage and error handling. It surfaces potential anti-patterns and non-conformant code to ensure pre-security review readiness.

Does this code review Skill automatically fix maintainability issues it finds?

No, this code review tool does not fix maintainability issues. It operates as a read-only process that reports code-quality, style, and maintainability issues, generating a structured findings report with actionable items and suggested improvements.

What's the best way to check code style consistency across a multi-file refactor?

The best way to check code style consistency across a multi-file refactor is to apply a structured code review validating changes against defined style criteria, generating a standardized findings report with actionable items.