code-review

Review code for quality, bugs, and design issues across languages.

19|3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/qa-aman/claude-skills --skill code-review-qa-aman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/qa-aman/claude-skills/tree/main/skills/by-role/engineer/code-review
Command: npx skills add https://github.com/qa-aman/claude-skills --skill code-review-qa-aman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides structured, actionable feedback to improve code readability, reliability, and maintainability, reducing defects and onboarding time.

Core Features & Use Cases

  • Structured feedback focused on naming, function size, error handling, duplication, and tests.
  • Uses a standardized checklist to guide reviewers through readability, correctness, and maintainability.
  • Use Case: When reviewing a PR that touched multiple modules, the skill surfaces where design intent is unclear and where tests are missing.

Quick Start

Paste the code or link to the PR and request a structured code review focusing on readability, correctness, and maintainability.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a structured code review for a pull request?

A structured code review evaluates code quality, bugs, and design issues by enforcing checks for clear naming, small function size, explicit error handling, minimal duplication, and adequate test coverage. It provides actionable feedback to improve readability and maintainability during pull requests.

What does a maintainability and readability code review check for?

A maintainability and readability code review checks for clear naming, small function size, explicit error handling, minimal duplication, and adequate test coverage. It uses a standardized checklist to guide reviewers through correctness and design issues to reduce defects and onboarding time.

Can I use this code review skill across multiple programming languages?

Yes, you can use this code review skill across multiple programming languages. It is applicable during pull requests and code reviews across languages, focusing broadly on readability, correctness, and maintainability rather than language-specific syntax constraints.

What is the best way to detect bugs and missing test coverage in a PR?

The best way to detect bugs and missing test coverage is to request a structured code review focusing on correctness and maintainability. The review surfaces where design intent is unclear and identifies exactly where tests are missing across the modified modules.

How do I enforce best practices for error handling and code duplication?

To enforce best practices for error handling and code duplication, use a structured code review checklist that explicitly checks for explicit error handling and minimal duplication. This provides actionable feedback to improve code reliability and maintainability.