code-review-and-quality

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

6|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/farzanmrz/oparax-chirp --skill code-review-and-quality-farzanmrz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/farzanmrz/oparax-chirp/tree/main/.claude/skills/code-review-and-quality
Command: npx skills add https://github.com/farzanmrz/oparax-chirp --skill code-review-and-quality-farzanmrz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conducts structured, multi-axis code reviews to improve code health before merges, ensuring issues are caught early and trade-offs are documented.

Core Features & Use Cases

  • Five-Axis Evaluation: Correctness, readability, architecture, security, and performance assessment with actionable feedback.
  • Guided Review: Provides criteria-based checks and escalation paths to help both humans and agents decide on acceptance.
  • Use Case: Before merging PRs or changes, use this skill to evaluate code from yourself, teammates, or generated code and decide whether to approve with notes or request changes.

Quick Start

Review the latest pull request against the five axes; provide a clear, structured feedback summary and suggested changes.

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

Multi-axis code review evaluates pull requests across correctness, readability, architecture, security, and performance. It delivers structured feedback with severity labels, rationale, and recommended actions to help you decide whether to approve with notes or request changes.

What is the best way to review code quality for refactoring and bug fixes?

Reviewing code quality for refactoring and bug fixes involves assessing correctness and architecture alongside security and performance. Guided criteria-based checks provide escalation paths to catch issues early and document trade-offs before merging.

Can I use automated code review to check security and performance in feature work?

Yes, automated code review checks security and performance across feature work. It provides criteria-based checks and escalation paths to help both humans and agents evaluate changes and decide on acceptance before integration.

Does structured code review work for documentation updates as well as feature code?

Structured code review works for documentation updates, bug fixes, and feature code. It applies a five-axis evaluation to ensure overall code health, catching issues early and documenting trade-offs prior to merging.

What are the limitations of using a five-axis code review for pull requests?

Five-axis code review focuses on correctness, readability, architecture, security, and performance, but does not replace human judgment. It provides structured feedback and escalation paths, yet final approval still requires deciding whether to approve with notes or request changes.