code-review-and-quality

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

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill code-review-and-quality-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.agents/skills/code-review-and-quality
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill code-review-and-quality-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch defects, design problems, security risks, and performance regressions before code is merged. It turns code review into a consistent quality gate instead of an informal checklist.

Core Features & Use Cases

  • Five-axis review: Evaluates correctness, readability, architecture, security, and performance in one pass.
  • Practical approval standard: Approves changes that clearly improve code health without demanding perfection.
  • Review discipline: Checks tests first, then implementation, then verification and dead code hygiene.
  • Use case: Review a feature branch, bug fix, refactor, or AI-generated change before it enters the main branch.

Quick Start

Ask this Skill to review the change for code quality and merge readiness, including tests, verification, and any critical issues that must be fixed.

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 review code changes for correctness and security before a merge?

Code review for merge readiness evaluates correctness, readability, architecture, security, and performance in a single pass. It checks tests first, verifies implementation logic, and labels severity findings to block defects before entering the main branch.

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

Reviewing AI-generated code applies the same five-axis discipline: correctness, readability, architecture, security, and performance. It enforces test-first evaluation and dead code detection to ensure the generated change clearly improves code health before merge.

How do I run a security and performance review on a feature branch?

Security and performance review on a feature branch checks tests, implementation, and verification hygiene. It identifies regressions and risks, applying severity-labeled findings to ensure the branch meets practical approval standards without demanding perfection.

Does a code quality check require tests to be written before implementation review?

Code quality checks enforce review discipline by evaluating tests first, then implementation, then verification and dead code hygiene. This test-first approach ensures the change is validated before deeper architectural and security analysis begins.

Can I use an automated code review to detect dead code and dependency issues?

Automated code review detects dead code and enforces dependency discipline during the verification phase. It ensures changes do not introduce unused code or rogue dependencies before approving the pull request for merge.

When should I not use a full five-axis code review for a pull request?

A full five-axis code review is unnecessary for trivial changes that do not affect architecture or security. However, for feature implementations, bug fixes, and refactors, applying the complete review lifecycle ensures merge readiness and prevents regressions.