code-review-and-quality

Review code changes for correctness, readability, architecture, security, and performance.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/J03Fr0st/mithril --skill code-review-and-quality-j03fr0st
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/J03Fr0st/mithril/tree/main/skills/code-review-and-quality
Command: npx skills add https://github.com/J03Fr0st/mithril --skill code-review-and-quality-j03fr0st

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for comprehensive code review, evaluating code quality across dimensions like correctness, readability, architecture, security, and performance before merging changes.

Core Features & Use Cases

  • Multi-Axis Code Review: Evaluates code against five axes: correctness, readability, architecture, security, and performance.
  • Before Merge Verification: Ensures that every change is reviewed before it is merged into the main branch.
  • Use Case: When you need to verify the quality of a code change, whether it is written by yourself, another agent, or a human.

Quick Start

Run the code-review-and-quality skill on your latest change 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 perform a multi-axis code review before merging changes?

Code review before merge verifies code changes across five dimensions: correctness, readability, architecture, security, and performance. This ensures high code quality by evaluating every change before it is merged into the main branch.

What is the best way to ensure code health across multiple dimensions in software development?

Code health across multiple dimensions is ensured by reviewing software changes for correctness, readability, architecture, security, and performance before merging. This approach validates quality whether the code was written by yourself, another agent, or a human.

Can I use a code review skill for changes written by an AI agent?

Yes, code review can verify the quality of changes written by an AI agent, a human, or yourself. It evaluates the code against correctness, readability, architecture, security, and performance axes before merging.

Does code quality assurance check both security and performance?

Yes, code quality assurance checks both security and performance. It reviews code changes across five dimensions, explicitly including security and performance alongside correctness, readability, and architecture before merging.

How to verify code quality for correctness and architecture before integration?

To verify code quality for correctness and architecture, review the code changes against these specific dimensions before merging. This process evaluates structural integrity and logical accuracy alongside readability, security, and performance.