code-review-and-quality

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hodinhtuankiet/screening-resume-recruitment --skill code-review-and-quality-hodinhtuankiet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/hodinhtuankiet/screening-resume-recruitment/tree/main/.claude/skills/code-review-and-quality
Command: npx skills add https://github.com/hodinhtuankiet/screening-resume-recruitment --skill code-review-and-quality-hodinhtuankiet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures every change undergoes structured, multi-axis review to prevent faulty merges and raise overall code quality.

Core Features & Use Cases

  • Five-axis review framework covering correctness, readability, architecture, security, and performance.
  • Enforces a policy that approvals require meaningful quality improvements and constructive feedback.
  • Use cases include pre-merge PR reviews, post-implementation evaluations, refactoring reviews, and bug fix validations.

Quick Start

Submit the code change for review and request a five-axis assessment 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 perform a multi-axis code review before merging a pull request?

A multi-axis code review evaluates changes across correctness, readability, architecture, security, and performance. It requires explicit checks for edge cases and test coverage to ensure quality improvements before merge approvals.

What should a pre-merge PR evaluation cover to ensure code quality?

A pre-merge PR evaluation should cover five axes: correctness, readability, architecture, security, and performance. It must enforce approvals based on constructive feedback and meaningful quality improvements.

Can I use a structured review process for refactoring and bug fixes?

Yes, a structured review process applies to refactoring and bug fix validations. It performs a multi-axis assessment to identify improvements and document the rationale and trade-offs of the code changes.

How do I evaluate code produced by AI agents for security and performance?

Evaluating code produced by agents involves a multi-axis review covering security and performance. It explicitly checks for edge cases and test coverage to document trade-offs and ensure overall code quality.

Does a five-axis code review check for edge cases and test coverage?

Yes, a five-axis code review explicitly checks for edge cases and test coverage. It documents the rationale and trade-offs across correctness, readability, architecture, security, and performance axes.

Why do I need to document rationale and trade-offs during a code review?

Documenting rationale and trade-offs during a code review ensures that every change undergoes structured assessment across five axes. This prevents faulty merges by enforcing constructive feedback and meaningful quality improvements.