code-review-excellence

Review pull requests across multilingual codebases with language-specific checklists.

1.7k|178|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/awesome-skills/code-review-skill --skill code-review-excellence-awesome-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-excellence
Source: https://github.com/awesome-skills/code-review-skill/tree/main/.
Command: npx skills add https://github.com/awesome-skills/code-review-skill --skill code-review-excellence-awesome-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps teams accelerate code reviews, standardize feedback, and reduce cycle times by providing structured guidance, on-demand references, and templates for PR reviews.

Core Features & Use Cases

  • On-demand reference guides: access language-specific code review best practices as needed.
  • Checklists & Templates: quick templates and checklists to speed reviews.
  • Progressive disclosure: loads only the required content for a given PR language or task.
  • Automation helpers: scripts and templates to auto-check PR constraints and generate feedback.

Quick Start

Use the code-review-excellence skill to review a PR in Claude Code. Start by opening SKILL.md and any language-specific guide under reference for the target language (e.g., React or Go), then use assets/review-checklist.md for a quick review checklist, and run scripts/pr-analyzer.py to assess PR complexity.

Frequently Asked Questions about code-review-excellence

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

FAQPage Schema
How do I standardize code review feedback across my team?

Code review excellence provides checklist templates and structured guidance to standardize feedback. Use the review-checklist asset and language-specific guides to apply consistent criteria across PRs, reducing cycle time and reviewer variance.

Can I use code review templates for multiple programming languages?

Yes. The Skill supports React, Vue, Rust, TypeScript/JavaScript, Java, Python, Go, and CSS/Less/Sass through language-specific reference guides that load on demand, letting you apply appropriate best practices per language without loading unnecessary content.

How do I assess PR complexity and security in code reviews?

Run the pr-analyzer script to assess PR complexity, then reference language-specific guides for security and performance checks. The Skill's checklist-based templates guide you through architecture assessments and vulnerability detection systematically.

What's the fastest way to review a pull request?

Code review excellence accelerates reviews through progressive disclosure: open SKILL.md, load only the language-specific reference needed, and use the review-checklist template to verify PR constraints and generate structured feedback quickly.

Does this support automation of code review checks?

Yes. The Skill includes automation helper scripts that auto-check PR constraints and generate feedback templates, reducing manual effort while maintaining consistency across reviews and languages.

When should I use structured code review templates instead of ad hoc feedback?

Use structured templates when teams need consistent standards, faster reviews, or reduced rework cycles. Templates prevent reviewer bias, catch common issues systematically, and scale feedback quality as team size grows.