code-review

Automate code review for local branches and GitHub PRs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sendo-kakeru/family-photo --skill code-review-sendo-kakeru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sendo-kakeru/family-photo/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/sendo-kakeru/family-photo --skill code-review-sendo-kakeru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the review of local branch changes and GitHub PRs to surface quality, performance, security, and guideline issues, reducing manual review effort.

Core Features & Use Cases

  • AskUserQuestion guided interviews to collect review criteria
  • Multi-phase evaluation including quality, performance, security, and guideline conformance
  • Parallel sub-agent execution to surface actionable review insights and recommendations

Quick Start

Run the interactive code-review workflow on the current branch or PR to produce a structured quality report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for GitHub pull requests?

Automating code reviews for GitHub pull requests requires a tool that evaluates quality, performance, and security. This Skill coordinates parallel sub-agents to analyze PRs and local branches, producing a structured report of actionable insights and guideline conformance checks.

Can I check my local git branch for security and performance issues before merging?

Yes, you can check your local git branch for security and performance issues before merging. This Skill runs multi-phase evaluations on local branch changes to identify vulnerabilities and performance bottlenecks, reducing manual review effort during pre-merge checks.

What is the best way to streamline pre-merge code quality checks?

The best way to streamline pre-merge code quality checks is using an automated review workflow. This Skill guides an interactive interview to collect criteria, then executes parallel checks to surface quality, performance, and security problems.

Does automated code review work with custom guideline conformance checks?

Yes, automated code review supports custom guideline conformance checks. The Skill uses an interactive AskUserQuestion flow to gather your specific review criteria, ensuring the multi-phase evaluation aligns with your project's unique quality and security guidelines.

How does an interactive code review workflow identify issues in a pull request?

An interactive code review workflow identifies issues in a pull request by coordinating multiple sub-agents. After gathering your review criteria, it executes parallel evaluations to detect quality, performance, security, and guideline conformance problems across the codebase changes.