code-review

Review code changes using structured checklists and severity levels.

1|1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/uukuguy/claude-agent-framework --skill code-review-uukuguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/uukuguy/claude-agent-framework/tree/main/examples/production/02_pr_code_review/.claude/skills/code-review
Command: npx skills add https://github.com/uukuguy/claude-agent-framework --skill code-review-uukuguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured methodology and best practices for conducting effective code reviews, ensuring higher code quality, security, and maintainability.

Core Features & Use Cases

  • Comprehensive Checklist: Covers correctness, design, maintainability, performance, security, and testing.
  • Constructive Feedback Guidelines: Promotes positive and actionable feedback.
  • Severity Levels: Helps prioritize review findings.
  • Comment Templates: Standardizes review comments for clarity and efficiency.
  • Use Case: Integrate this Skill into your CI/CD pipeline to guide developers and reviewers through a consistent and thorough code review process, catching bugs and design flaws early.

Quick Start

Follow the code review checklist to assess the provided code changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I implement a structured code review checklist for software development?

A structured code review checklist assesses correctness, design, maintainability, performance, security, and testing. It enforces consistent quality assurance by guiding reviewers through a standardized process to catch bugs and design flaws early.

What are the best practices for providing constructive feedback during a code review?

Constructive feedback in code reviews promotes positive, actionable comments using standardized templates. This approach ensures clarity and efficiency, helping developers understand and address issues without friction while maintaining software quality.

How do you define severity levels for findings in a code review process?

Severity levels in a code review process prioritize findings based on their impact on the codebase. Categorizing issues by severity helps developers address critical security vulnerabilities and bugs before minor maintainability improvements.

Can I integrate a code review methodology into my CI/CD pipeline?

Yes, integrating a code review methodology into a CI/CD pipeline guides developers through a consistent review process. This catches bugs, security issues, and design flaws early during the development workflow.

What is the best way to standardize review comments for code quality assurance?

Standardizing review comments uses predefined templates to ensure clarity and efficiency in code quality assurance. This structured feedback mechanism helps maintain consistent communication across development teams during reviews.