code-review-and-quality

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

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/pecorapromotionsllc-cell/voxmerch --skill code-review-and-quality-pecorapromotionsllc-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/pecorapromotionsllc-cell/voxmerch/tree/main/voxmerch-platform/external-skills/agent-skills-main/skills/code-review-and-quality
Command: npx skills add https://github.com/pecorapromotionsllc-cell/voxmerch --skill code-review-and-quality-pecorapromotionsllc-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures code health and quality before merges by performing a thorough, multi-axis review across multiple dimensions.

Core Features & Use Cases

  • Five-Axis Evaluation: Correctness, readability, architecture, security, and performance are assessed for every change.
  • Approval Guidance: Approve only when a change clearly improves code health, even if not perfect, to avoid blocking progress.
  • Flexible Scopes: Useful for new code, refactors, bug fixes, or third-party code reviews to ensure consistency with project conventions.

Quick Start

Use a five-axis review checklist on the proposed change and document the findings.

Frequently Asked Questions about code-review-and-quality

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

FAQPage Schema
What is a multi-axis code review and how does it improve code health?

A multi-axis code review improves code health by evaluating changes across correctness, readability, architecture, security, and performance before merges, ensuring structured quality assurance and documented rationale for approvals.

How do I perform a structured code review before merging a pull request?

To perform a structured code review before merging, use a five-axis checklist to assess correctness, readability, architecture, security, and performance, documenting findings and regression checks to justify approvals.

Can I use a five-axis code review checklist on third-party or automated agent code?

Yes, the five-axis code review checklist works on third-party code and changes authored by automated agents, evaluating them against project conventions to ensure consistent architecture and security before merges.

What's the best way to approve code changes without blocking progress?

The best way to approve changes without blocking progress is to verify they clearly improve code health across the five axes, approving even if imperfect while documenting rationale and ensuring tests pass.

When do I need to evaluate security and performance during a code review?

You need to evaluate security and performance during every code review for new code, refactors, or bug fixes, applying the five-axis assessment to ensure changes do not degrade overall code health.