code-review-and-quality

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured, multi-axis code reviews ensure changes meet quality gates before merge, reducing defects and maintaining code health.

Core Features & Use Cases

  • Five-axis evaluation: correctness, readability, architecture, security, and performance.
  • Applies to PRs, feature implementations, refactors, and bug fixes, for both human and agent-authored changes.

Quick Start

Perform a five-axis review on the latest change to confirm it improves overall code health without blocking progress.

Frequently Asked Questions about code-review-and-quality

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

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

Multi-axis code review evaluates changes across correctness, readability, architecture, security, and performance to enforce quality gates before merging, reducing defects and maintaining overall code health.

How do I perform a structured code review on a new feature or bug fix?

Perform a structured code review by applying a five-axis checklist covering correctness, readability, architecture, security, and performance to confirm the change improves code health without blocking progress.

Can I use this code review checklist for AI agent-authored pull requests?

Yes, the code review checklist applies to evaluating changes authored by both humans and agents, including new features, refactors, and bug fixes, ensuring consistent quality across all contributions.

What's the best way to check code architecture and security before a merge?

The best way to check architecture and security before a merge is using a structured, multi-axis code review that evaluates these specific dimensions alongside correctness, readability, and performance.

Does multi-axis code review work for refactoring existing code?

Yes, multi-axis code review works for refactoring existing code by applying the five-axis evaluation to ensure the refactor maintains correctness, readability, architecture, security, and performance standards.

When should I not use a structured code review checklist?

A structured code review checklist should not be used when it blocks progress on urgent changes, as the goal is to confirm changes improve code health without unnecessarily delaying the merge process.