code-review-and-quality

Review code across correctness, readability, architecture, security, and performance.

1|1|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/hgflima/loopy --skill code-review-and-quality-hgflima
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/hgflima/loopy/tree/main/.claude/skills/code-review-and-quality
Command: npx skills add https://github.com/hgflima/loopy --skill code-review-and-quality-hgflima

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires security-and-hardening, performance-optimization, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for a thorough code review process that ensures the quality, security, and performance of code changes before merging them into the main branch.

Core Features & Use Cases

  • Multi-axis Code Review: Evaluate code across correctness, readability, architecture, security, and performance.
  • Automated Review: Automates the process of code review by analyzing the code based on predefined criteria.
  • Customizable Review Standards: Adjust the review process to meet specific project requirements.
  • Use Case: Before merging any PR or change, run the Skill to assess the quality of the code, ensuring it meets the project's standards.

Quick Start

Run the code-review-and-quality skill on the code change in the 'feature-new-feature' branch to ensure it meets quality standards.

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 before merging?

Automate code review by running a multi-axis analysis on your feature branch to evaluate correctness, readability, architecture, security, and performance before merging. This ensures code changes meet predefined project quality standards.

What is multi-axis code review and how does it improve software quality?

Multi-axis code review is a process that evaluates software changes across five dimensions: correctness, readability, architecture, security, and performance. This comprehensive assessment ensures code quality and safety before integration into the main branch.

Can I customize code quality standards for different software development projects?

Yes, you can customize code quality standards to meet specific project requirements. The review process can be adjusted to evaluate code changes against your predefined criteria for correctness, architecture, and security before merging.

Do I need automated security scanning tools to check code correctness and safety?

Yes, automated security scanning tools are required to conduct this multi-axis code review. The process depends on automated code analysis to effectively evaluate security checks and performance alongside correctness and architecture.

What is the best way to run security checks and performance analysis on a feature branch?

The best way to run security checks and performance analysis is to execute an automated multi-axis code review on your feature branch. This evaluates the code changes against predefined criteria for safety and performance before merging.