code-review-and-quality

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

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill code-review-and-quality-cookeyholder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/cookeyholder/django-devcontainer-template/tree/main/.agent/skills/code-review-and-quality
Command: npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill code-review-and-quality-cookeyholder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured framework for evaluating code changes across multiple dimensions to prevent low-quality merges and reduce tech debt.

Core Features & Use Cases

  • Five-Axis Review: assesses correctness, readability, architecture, security, and performance to guide decisions.
  • Structured Decision Criteria: defines when to approve or request changes based on measurable improvements to code health.
  • Usage Scenarios: suitable for PR reviews, post-commit audits, or code produced by humans, agents, or mixed teams.

Quick Start

Review a new pull request by evaluating five axes and decide to approve only if overall quality improves.

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

Perform a multi-axis code review by evaluating changes across correctness, readability, architecture, security, and performance to decide whether to approve or request changes. This structured framework prevents low-quality merges and reduces tech debt.

What is the best way to review AI-generated code for software quality?

The best way to review AI-generated code is applying a five-axis evaluation covering correctness, readability, architecture, security, and performance. This provides structured criteria to ensure AI submissions meet quality standards before merges.

How do I set structured decision criteria for approving or rejecting code changes?

Set structured decision criteria by measuring overall code health improvements across five axes: correctness, readability, architecture, security, and performance. Approve merges only when the evaluation demonstrates a measurable improvement in code health.

Can I use this code review framework for post-commit audits?

Yes, you can use this code review framework for post-commit audits. It evaluates code from humans, agents, or mixed teams, providing governance guidance and systematic evaluation requirements applicable after changes are committed.

Does a five-axis code review cover security and performance vulnerabilities?

Yes, a five-axis code review explicitly covers security and performance vulnerabilities alongside correctness, readability, and architecture. This ensures comprehensive software quality assessment and structured governance before merges.

When do I need a structured code review process for my architecture?

You need a structured code review process for your architecture when preventing low-quality merges and reducing tech debt is critical. It assesses architectural correctness and readability to guide systematic governance and merge decisions.