code-review-and-quality

Perform five-axis code review across correctness, readability, architecture, security, and performance.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/HaydernCenterpoint/Codex-Skills --skill code-review-and-quality-hayderncenterpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/HaydernCenterpoint/Codex-Skills/tree/main/.grok/skills/code-review-and-quality
Command: npx skills add https://github.com/HaydernCenterpoint/Codex-Skills --skill code-review-and-quality-hayderncenterpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Five-axis code review ensures every change is vetted for correctness, readability, architecture, security, and performance before merge, after implementation, or on demand.

Core Features & Use Cases

  • Five-axis evaluation across Correctness, Readability, Architecture, Security, and Performance.
  • Severity labeling (Critical, Nit, FYI) and change sizing guidance to guide actions.
  • Structured review process with steps: understand context, review tests, assess implementation, categorize findings, verify results.
  • Use case: PR reviews and post-implementation checks to prevent regressions and improve maintainability.

Quick Start

Provide a five-axis review on the latest code changes and generate a severity-labeled report.

Frequently Asked Questions about code-review-and-quality

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

FAQPage Schema
What is a five-axis code review and how does it improve software quality?

A five-axis code review evaluates code changes across correctness, readability, architecture, security, and performance to prevent regressions and improve maintainability before merge or after implementation.

How do I perform a structured PR review for correctness and security?

Perform a structured PR review by understanding context, reviewing tests, assessing implementation, categorizing findings by severity, and verifying results to ensure correctness and security before approval.

Can I use this code review process for post-implementation assessments?

Yes, you can apply this five-axis code review process to post-implementation checks on demand to evaluate architecture, security, and performance and prevent regressions in software projects.

What's the best way to label severity and size guidance in code review findings?

Label code review findings using severity categories like Critical, Nit, and FYI, and apply change sizing guidance to prioritize actions and enforce explicit criteria for approval.

Does this code review method require specific frameworks or dependencies?

No, this code review method requires no specific dependencies and applies across software projects to vet changes for readability, architecture, security, and performance.

Why should I use a five-axis review instead of standard code review approaches?

A five-axis review enforces structured evaluation across correctness, readability, architecture, security, and performance with severity labeling and explicit approval criteria, preventing regressions more rigorously than standard approaches.