code-review

Automates multi-perspective code review for local changes and GitHub pull requests using Git and optional CodeGraph semantic intelligence.

1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/SchSeba/ai-plugins --skill code-review-schseba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/SchSeba/ai-plugins/tree/main/skills/code-review
Command: npx skills add https://github.com/SchSeba/ai-plugins --skill code-review-schseba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github-api, codegraph, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies and standardizes the code review process, providing reusable multi-perspective review workflows to enhance collaboration and efficiency.

Core Features & Use Cases

  • Multi-Perspective Reviews: Offers a range of perspectives for code review, ensuring thorough and comprehensive analysis.
  • Local Changes Review: Analyze uncommitted or staged changes in the current or specified project.
  • Pull Request Review: Review GitHub pull requests with detailed analysis and insights.
  • Use Case: When a developer wants to ensure their code is reviewed comprehensively before merging into the main branch.

Quick Start

Run the command /code-review review-change [project-path] to review local changes or /code-review review-pr <pr-url> to review a GitHub pull request.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate multi-perspective code reviews for local Git changes?

Automating multi-perspective code reviews for local Git changes requires a tool that analyzes uncommitted or staged modifications. This Skill applies structured review workflows to local project paths, generating comprehensive analysis without requiring a pull request.

Can I review GitHub pull requests using multi-perspective workflows?

Yes, you can review GitHub pull requests using multi-perspective workflows. By providing a PR URL, the Skill utilizes the GitHub API to retrieve pull request context and commit history, then applies thorough analysis to evaluate commit quality and proposed modifications.

Do I need CodeGraph to perform semantic code intelligence during a code review?

You do not strictly need CodeGraph for basic code review, but it is required for semantic code intelligence. Integrating CodeGraph alongside Git and the GitHub API enables deeper analysis of code relationships and structure during local changes or pull request evaluations.

What is the best way to analyze commit quality before merging to the main branch?

The best way to analyze commit quality before merging is applying standardized, multi-perspective review workflows. This Skill evaluates commit history and pull request context, ensuring developers comprehensively assess modifications for collaboration and efficiency prior to integration.

Does this code review process require GitHub API access for local changes?

GitHub API access is not required for reviewing local changes, as the Skill can analyze uncommitted or staged modifications directly via Git. API access is only necessary when reviewing GitHub pull requests to retrieve PR context and commit history.