code-review

Flag quality, security, and maintainability issues in code changes.

1|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/medride/claude-code-research --skill code-review-medride
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/medride/claude-code-research/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/medride/claude-code-research --skill code-review-medride

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Thorough and consistent code reviews that enforce quality, security, and maintainability across code changes.

Core Features & Use Cases

  • Checklist-driven evaluation across code quality, security, and maintainability.
  • Structured review process: context understanding, diff analysis, issue classification, and actionable feedback.
  • Governance and onboarding: standardized PR feedback and faster, safer approvals.

Quick Start

Apply the review checklist to the current pull request to surface quality, security, and maintainability issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I enforce code quality and security standards during a pull request review?

Code quality and security standards are enforced during a pull request review by applying a comprehensive checklist that identifies and flags maintainability issues, dependency hygiene gaps, and proper documentation requirements. This standardized process provides actionable feedback for safer approvals.

What is the best way to review JavaScript and TypeScript code changes for maintainability?

The best way to review JavaScript and TypeScript code changes for maintainability is to use a structured review process that analyzes diffs and classifies issues based on a multi-language checklist. This validates error handling, unit tests, and dependency hygiene across the repository.

Does the code review checklist evaluate unit tests and error handling?

Yes, the code review checklist evaluates unit tests and error handling by systematically analyzing code changes. It classifies these issues alongside security and maintainability concerns to ensure comprehensive governance and standardized PR feedback.

Can I use this code review process for multi-language repositories?

You can use this code review process for multi-language repositories because the evaluation checklist is applicable across JavaScript and TypeScript as well as other programming environments. It surfaces quality and maintainability issues regardless of the language.

How does a checklist-driven code review improve onboarding and governance?

A checklist-driven code review improves onboarding and governance by providing a structured process of context understanding and issue classification. This generates standardized feedback that validates coding standards and accelerates safe approvals for new contributors.

What security concerns are flagged when reviewing code diffs?

Security concerns flagged when reviewing code diffs include dependency hygiene issues, improper error handling, and gaps in documentation. The review checklist identifies these vulnerabilities to satisfy code-quality governance requirements and ensure secure code changes.