code-review-and-quality

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

6.3k|548|Updated Jan 18, 2017
One-click install
npx skills add https://github.com/sanity-io/sanity --skill code-review-and-quality-sanity-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/sanity-io/sanity/tree/main/.agents/skills/code-review-and-quality
Command: npx skills add https://github.com/sanity-io/sanity --skill code-review-and-quality-sanity-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conducts multi-axis code review to ensure changes entering the main branch meet quality gates across correctness, readability, architecture, security, and performance.

Core Features & Use Cases

  • Five-axis evaluation: correctness, readability, architecture, security, and performance to guide approvals.
  • Before-merge discipline: ensures every change is reviewed, reducing risk and debt.
  • Use Cases: applicable to feature work, refactors, bug fixes, and cross-team contributions requiring structured assessment.

Quick Start

Review the code change using the five-axis framework before merging to improve overall code health.

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 gate pull request approvals?

Multi-axis code review gates pull request approvals by evaluating changes across correctness, readability, architecture, security, and performance to reduce defects and improve maintainability before merging.

How do I perform a structured code review for a third-party contribution?

Perform a structured code review for third-party contributions by applying the five-axis framework to assess correctness, readability, architecture, security, and performance, providing risk-aware decisions to guide approvals or rejections.

Can I use a five-axis code review framework for refactoring and bug fixes?

Yes, you can use the five-axis code review framework for refactoring and bug fixes, as it applies structured criteria and risk-aware decisions across correctness, readability, architecture, security, and performance to guide approvals.

What's the best way to enforce a quality gate before merging code changes?

The best way to enforce a quality gate before merging is conducting multi-axis code review across correctness, readability, architecture, security, and performance, ensuring every change meets structured criteria to reduce risk and debt.

When should I reject a pull request using risk-aware code evaluation?

Reject a pull request using risk-aware code evaluation when changes fail to meet the structured criteria across the five evaluation axes of correctness, readability, architecture, security, and performance before entering the main branch.