code-review-and-quality

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

Updated May 26, 2026
One-click install
npx skills add https://github.com/koolerkx/vibe-react-2d-map-editor-yaml --skill code-review-and-quality-koolerkx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/koolerkx/vibe-react-2d-map-editor-yaml/tree/main/.claude/skills/code-review-and-quality
Command: npx skills add https://github.com/koolerkx/vibe-react-2d-map-editor-yaml --skill code-review-and-quality-koolerkx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures every change is reviewed across multiple dimensions before merging, reducing defects and maintaining code health.

Core Features & Use Cases

  • Five-axis review: correctness, readability, architecture, security, and performance.
  • Guardrails for merges: prevents risky changes from entering main branch.
  • Collaboration-friendly: usable for code written by you, teammates, or AI-generated code.

Quick Start

Review a pull request by evaluating correctness, readability, architecture, security, and performance, then document findings and decisions.

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 perform a multi-axis code review for safer pull request merges?

Multi-axis code review evaluates pull request changes across correctness, readability, architecture, security, and performance to guide merge decisions and reduce defects. It requires explicit criteria, actionable feedback, and documentation to justify approvals or rejections.

Can I use a structured review process for AI-generated code before merging?

Yes, the code review process applies to code written by yourself, teammates, or AI. It assesses changes across five axes and provides guardrails to prevent risky AI-generated code from entering the main branch without explicit approval criteria.

What is a quality gate in software engineering and when do I need it?

A quality gate is a review process that prevents risky code changes from entering the main branch. You need it when you want to ensure every pull request is evaluated across correctness, readability, architecture, security, and performance before merging.

How do I document pull request readiness decisions for teammates?

You document pull request readiness by applying explicit review criteria across five axes and recording actionable feedback. This documentation justifies approvals or rejections, ensuring collaboration-friendly governance and maintaining code health.

Does a five-axis code review work for large software engineering projects?

Yes, the five-axis review scales for software engineering projects by enforcing governance and quality gates. It ensures every change, regardless of project size, is assessed for correctness, readability, architecture, security, and performance before merging.