code-review-and-quality

Evaluate code changes across correctness, readability, architecture, security, and performance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/s0341969/scheduler-project --skill code-review-and-quality-s0341969
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/s0341969/scheduler-project/tree/main/.codex/skills/agent-skills/skills/code-review-and-quality
Command: npx skills add https://github.com/s0341969/scheduler-project --skill code-review-and-quality-s0341969

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes and strengthens code quality by enforcing a multi-axis review before merging changes.

Core Features & Use Cases

  • 5-Axis Review: correctness, readability, architecture, security, performance.
  • Structured guidance and a rigorous checklist to reduce regressions.
  • Works for reviews of code from any source, including human or AI-generated changes.

Quick Start

Request a five-axis evaluation for a code change to get structured feedback across correctness, readability, architecture, security, and performance.

Frequently Asked Questions about code-review-and-quality

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

FAQPage Schema
How do I review AI-generated code before merging a pull request?

A multi-axis code review evaluates AI-generated code across correctness, readability, architecture, security, and performance. It outputs actionable feedback with severity labels and suggested improvements to ensure quality before merging third-party or AI-generated pull requests.

What is multi-axis code review for quality gates?

Multi-axis code review for quality gates evaluates code changes across correctness, readability, architecture, security, and performance. It enforces a rigorous checklist to reduce regressions and standardizes code quality before merging patches across projects.

How do I check the security and performance of a code patch?

To check security and performance of a code patch, apply a five-axis code review evaluation. This process specifically tests for security vulnerabilities and performance bottlenecks alongside correctness, readability, and architecture, yielding actionable feedback with severity labels.

Does this code review process work for third-party and human-authored changes?

Yes, this code review process works for code from any source, including human-authored and AI-generated changes. It evaluates patches across projects by verifying clear tests, documentation, and adherence to project conventions to ensure quality before merging.

What do I need to provide for an architecture and readability code evaluation?

For an architecture and readability code evaluation, you need to provide the code change along with clear tests and documentation. The review checks adherence to project conventions across all five axes and outputs actionable feedback with suggested improvements.