code-review-and-quality

Conducts multi-axis code review for correctness, readability, architecture, security, and performance.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/reez455G/my-ai-agents --skill code-review-and-quality-reez455g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/reez455G/my-ai-agents/tree/main/.omp/skills/code-review-and-quality
Command: npx skills add https://github.com/reez455G/my-ai-agents --skill code-review-and-quality-reez455g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive code review process to ensure code quality across five dimensions: correctness, readability, architecture, security, and performance before merging changes into the main branch.

Core Features & Use Cases

  • Multi-axis Code Review: Reviews code for correctness, readability, architecture, security, and performance.
  • Automated Review Process: Automates the review process with a structured checklist.
  • Change Sizing Guidelines: Offers guidelines for small, focused changes.
  • Multi-model Review Pattern: Utilizes different models for different review perspectives.
  • Dead Code Hygiene: Checks for and removes unused code.
  • Review Speed Optimization: Encourages quick responses to review requests.
  • Handling Disagreements: Provides a hierarchy for resolving review disputes.
  • Honesty in Review: Encourages transparent and constructive feedback.
  • Dependency Discipline: Offers guidelines for adding new dependencies.
  • Review Checklist: Provides a structured checklist for thorough reviews.

Quick Start

Run the code-review-and-quality skill on your code to initiate a comprehensive review process.

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 automate a multi-axis code review before merging changes?

Automate a multi-axis code review by running a Python-based script to evaluate codebase changes across correctness, readability, architecture, security, and performance. This provides a structured checklist and ensures quality before merging.

What is the best way to check code quality across security and performance dimensions?

Checking code quality across security and performance dimensions involves conducting a multi-axis review. This process utilizes a structured checklist to analyze codebase changes, ensuring standards are met before merging into the main branch.

Can I use this code review process to identify and remove dead code?

Yes, you can use this code review process to identify and remove dead code. It includes dead code hygiene checks as part of its comprehensive, multi-axis analysis to ensure codebase changes maintain high quality.

How do I resolve disagreements during a code review?

Resolve disagreements during a code review by utilizing the provided hierarchy for resolving disputes. This structured approach encourages honesty and transparent, constructive feedback to settle architectural or correctness debates.

Do I need Python to run this code analysis tool?

Yes, you need Python installed to run this code analysis tool. The automated review process requires Python for execution to analyze codebase changes and generate structured review checklists.

What guidelines exist for sizing code changes before requesting a review?

Guidelines for sizing code changes recommend keeping them small and focused to optimize review speed. This approach encourages quick responses to review requests and maintains dependency discipline.