code-review-and-quality

Automate multi-axis code review covering correctness, readability, architecture, security, and performance.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/devopstales/aiskillgrid --skill code-review-and-quality-devopstales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/devopstales/aiskillgrid/tree/main/.agents/skills_back/code-review-and-quality
Command: npx skills add https://github.com/devopstales/aiskillgrid --skill code-review-and-quality-devopstales

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of conducting a comprehensive code review across multiple dimensions, reducing the time and effort required for quality assurance.

Core Features & Use Cases

  • Multi-Axis Review: Evaluate code based on correctness, readability, architecture, security, and performance.
  • Review Process Automation: Automate steps such as understanding context, testing, and categorizing findings.
  • Security and Performance Analysis: Check for vulnerabilities and performance bottlenecks in the code.
  • Change Sizing Guidelines: Provide recommendations for change sizes and strategies for splitting large changes.
  • Dead Code Hygiene: Identify and remove dead code after refactoring or implementation changes.
  • Dependency Discipline: Ensure dependencies are secure, maintainable, and compatible with the project.

Quick Start

To begin a code review, activate the 'code-review-and-quality' skill and follow the prompts for the specific type of review needed.

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 code review for security and performance analysis?

Automated code review for security and performance analysis evaluates code across multiple dimensions to identify vulnerabilities and bottlenecks. It categorizes findings and checks against established security and performance guidelines during bug fixes or feature implementation.

What is multi-axis code review and how does it work?

Multi-axis code review evaluates code based on correctness, readability, architecture, security, and performance. It automates steps like understanding context and testing to ensure comprehensive quality assurance throughout the development lifecycle.

How do I identify and remove dead code after refactoring?

To identify and remove dead code after refactoring, automated review processes enforce dead code hygiene by scanning the codebase. This ensures that unused functions and obsolete implementation changes are categorized and removed to maintain project quality.

What is the best way to split large code changes for quality assurance?

The best way to split large code changes is to follow change sizing guidelines that recommend specific strategies for dividing complex implementations. This approach ensures that quality assurance reviews remain focused and manageable across all development phases.

Can I check dependency security and compatibility during a code review?

Yes, dependency discipline checks ensure that project dependencies are secure, maintainable, and compatible. The code review process evaluates dependencies alongside architecture and correctness to prevent vulnerabilities and maintain long-term project stability.