code-review-and-quality

Enforce a five-axis code review process before merging changes.

Updated Dec 27, 2025
One-click install
npx skills add https://github.com/Lauughter/Python_training --skill code-review-and-quality-lauughter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/Lauughter/Python_training/tree/main/.claude/skills/code-review-and-quality
Command: npx skills add https://github.com/Lauughter/Python_training --skill code-review-and-quality-lauughter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Multi-axis code review gates prevent low-quality changes from entering the main branch by providing a structured, five-dimension evaluation before merge.

Core Features & Use Cases

  • Five-Axis Review: Assess correctness, readability, architecture, security, and performance.
  • Pre-Merge Guardrails: Ensure every change is reviewed before merging across self-authored, peer, or model-generated code.
  • Approval Guideline: Approve changes that improve overall code health, even if not perfect, and align with project conventions.

Quick Start

Proactively apply this framework to a pull request before merging to ensure high-quality contributions.

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 before merging changes?

Multi-axis code review assesses changes across five dimensions—correctness, readability, architecture, security, and performance—before merging. This structured process provides clear criteria to enforce quality gates and prevent low-quality contributions from entering the main branch.

What is the best way to enforce pre-merge quality gates for model-generated code?

Pre-merge quality gates for model-generated code apply a deterministic five-axis review process. This evaluates correctness, readability, architecture, security, and performance to ensure model-generated changes meet project conventions before approval.

Can I use a structured framework to review code security and performance together?

Yes, structured code review frameworks can evaluate security and performance simultaneously. The five-axis review process assesses these dimensions alongside correctness, readability, and architecture to provide comprehensive pre-merge guardrails for code changes.

When do I need a five-dimension code review process for my merge requests?

A five-dimension code review process is needed when enforcing quality gates before merging changes from engineers, models, or humans. It ensures every merge request is evaluated across correctness, readability, architecture, security, and performance.

How do I approve a merge request that improves overall code health but is not perfect?

To approve a merge request that is not perfect, follow the guideline to approve changes that improve overall code health. The review process ensures changes align with project conventions and pass the five-axis quality evaluation before merging.