code-review

Standardize GitHub PR code reviews with checklists, templates, and automation.

6|2|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Gaku52/claude-code-skills --skill code-review-gaku52
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Gaku52/claude-code-skills/tree/main/quality/code-review
Command: npx skills add https://github.com/Gaku52/claude-code-skills --skill code-review-gaku52

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are essential for quality but can be inconsistent and time-consuming. This Skill provides structured guidance, checklists, and automation to standardize reviews and elevate team collaboration.

Core Features & Use Cases

  • Structured review checklists: seven key viewpoints (functionality, design, readability, testing, security, performance, maintainability) with quick references.
  • Guides and templates: comprehensive guides, templates, and examples to accelerate reviews.
  • Automation integrations: Danger.js, ReviewDog, and GitHub Actions workflows to enforce policies and surface issues automatically.
  • Agent-assisted reviews: recommended agents and workflows to streamline PR feedback and co-review.
  • Practical scenarios: real-world case studies and review patterns to teach best practices.

Quick Start

Start by enabling the predefined PR review templates, run lint/tests locally, and wire up Danger.js to your PR workflow to start getting automated feedback.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate GitHub PR code reviews with checklists and templates?

Automate GitHub PR code reviews by applying structured checklists, templates, and automation hooks using Danger.js, ReviewDog, and GitHub Actions to enforce quality gates and surface issues automatically.

What are the standard code review checkpoints for functionality, security, and performance?

Standard code review checkpoints cover seven key viewpoints: functionality, design, readability, testing, security, performance, and maintainability, providing structured guidance to ensure comprehensive PR evaluations.

How do I set up Danger.js and ReviewDog in GitHub Actions for PR workflow automation?

Set up Danger.js and ReviewDog in GitHub Actions by wiring them into your PR workflow to enforce policies, execute lint tests locally, and deliver automated feedback on pull requests.

Can I use predefined PR review templates to standardize team code review workflows?

Yes, you can use predefined PR review templates to standardize team workflows, enabling reviewers and authors to follow a unified process with comprehensive guides and examples for consistent feedback.

Does agent-assisted code review work with existing GitHub PR workflows?

Agent-assisted code review integrates with existing GitHub PR workflows by applying recommended agents and workflows to streamline PR feedback and enable collaborative co-review processes.

What is the best way to enforce code review quality gates using GitHub Actions?

Enforce code review quality gates using GitHub Actions by encapsulating guidelines and automation hooks with Danger.js and ReviewDog to automatically surface issues and enforce policies across PR workflows.