code-review-and-quality

Automate code quality reviews across five dimensions with prioritized feedback.

5|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/ql-link/LinkRag --skill code-review-and-quality-ql-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/ql-link/LinkRag/tree/main/.ai/skills/code-review-and-quality
Command: npx skills add https://github.com/ql-link/LinkRag --skill code-review-and-quality-ql-link

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, repeatable gate that evaluates code changes against five critical dimensions before submission, reducing risk and rework in later stages.

Core Features & Use Cases

  • Five-dimension review framework covering Correctness, Readability, Architecture, Security, and Performance.
  • Generates prioritized feedback for developers and reviewers and can be integrated into PR review workflows.
  • Use Case: before merging a feature branch, trigger this skill to identify critical defects, readability improvements, and architecture concerns.

Quick Start

Activate this skill after implementation and testing are complete to perform a comprehensive quality review before final submission.

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

Automating code review before merging a pull request requires a structured gate that evaluates changes against correctness, readability, architecture, security, and performance. This skill applies that five-dimension framework to feature branches and outputs prioritized feedback.

What is a five-dimensional code review framework?

A five-dimensional code review framework evaluates modifications across correctness, readability, architecture, security, and performance. This approach ensures comprehensive software quality assurance by identifying critical defects and structural concerns before submission.

How do I check architecture and security concerns in a feature branch?

Checking architecture and security concerns in a feature branch involves applying a multi-dimensional review process. This skill automatically analyzes code changes awaiting merge to enforce architectural standards and identify security vulnerabilities.

Can I use automated quality assurance for release preparations?

Automated quality assurance can be used for release preparations by triggering a comprehensive review before final submission. The skill evaluates pending code changes across five critical dimensions to reduce risk and rework in later stages.

When do I need to run a comprehensive code quality review?

A comprehensive code quality review is needed after implementation and testing are complete but before final submission. Running it at this stage identifies critical defects and readability improvements prior to merging a feature branch or release.