code-review-and-quality

Automate code review against correctness, readability, architecture, security, and performance criteria.

Updated May 20, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/ai-chatting-app --skill code-review-and-quality-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/richardnguyen0715/ai-chatting-app/tree/main/.github/skills/code-review-and-quality
Command: npx skills add https://github.com/richardnguyen0715/ai-chatting-app --skill code-review-and-quality-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process and ensures high-quality standards before merging changes into the main branch.

Core Features & Use Cases

  • Multi-axis Code Review: Assess code quality across five dimensions: correctness, readability, architecture, security, and performance.
  • Automated Review: Automate the process of reviewing code changes for adherence to project standards and best practices.
  • Use Case: Before merging any pull request, use this Skill to automatically conduct a comprehensive code review that covers all necessary quality checks.

Quick Start

Run the code-review skill on your latest change to ensure it meets all quality standards before merging.

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 a pull request?

Automate code review by evaluating pull request changes against multiple quality criteria. This process checks code changes for adherence to project standards and best practices before merging into the main branch.

What dimensions should a code quality assessment cover?

A comprehensive code quality assessment covers five dimensions: correctness, readability, architecture, security, and performance. Multi-axis code review ensures high-quality standards and reduces technical debt across all evaluated changes.

How can I reduce technical debt with static analysis?

Reduce technical debt by using static analysis tools to automate quality assurance checks on code changes. Applying these best practice checks in your software development workflow identifies issues before merging.

Can I run static analysis tools for pre-merge code review?

Yes, you can run static analysis tools to automate the code review process before merging. This ensures code changes are evaluated against quality criteria and project standards directly within your software development workflow.

Does automated code review replace manual quality assurance checks?

Automated code review streamlines quality assurance by assessing code changes against best practice checks, but it works best as a pre-merge validation step. It automates repetitive checks so manual reviews can focus on complex architecture decisions.