code-review

Review source code changes for quality issues and improvement opportunities.

7|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Epiphytic/ai-plugin-translator --skill code-review-epiphytic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Epiphytic/ai-plugin-translator/tree/main/packages/core/test/fixtures/claude-plugins/full/skills/code-review
Command: npx skills add https://github.com/Epiphytic/ai-plugin-translator --skill code-review-epiphytic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify code quality issues and improve maintainability by providing a structured review process for source code changes.

Core Features & Use Cases

  • Code Organization Review: Examines structure and clarity to encourage maintainable codebases.
  • Error Handling Analysis: Checks how code manages failures and unexpected conditions.
  • Test Coverage Review: Evaluates whether code changes include sufficient testing practices.
  • Use Case: Review a new pull request or code change to identify potential improvements before merging.

Quick Start

Use the code-review skill to review my current code changes and suggest improvements.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code changes in a pull request?

To review code changes, evaluate the git diff to identify quality issues and improvement opportunities before merging. A structured review examines code organization, error handling, and test coverage to ensure maintainability.

What is a code review process for software engineering?

A code review process assesses source code changes to improve maintainability. It involves examining code organization for clarity, checking error handling for failures, and evaluating test coverage for sufficient testing practices.

How do I check error handling and test coverage in source code?

You check error handling and test coverage by reviewing source code changes against expected testing practices. Analyze how the code manages unexpected failures and verify whether the changes include sufficient tests.

Can I assess code maintainability and organization without external dependencies?

Yes, you can assess code maintainability by reviewing the structure and clarity of source code changes directly. This process requires no external dependencies, only access to the code changes and version control diffs.

When do I need to perform a refactoring assessment?

You need to perform a refactoring assessment when evaluating source code changes for maintainability. It helps identify potential improvements in code organization and error handling before integrating the changes.

What is the best way to identify code quality issues before merging?

The best way to identify code quality issues is applying a structured review to the git diff. This evaluates code organization, error handling, and test coverage to highlight improvement opportunities before merging.