github-code-review

Analyze code diffs and generate structured inline comments and summary reports.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/founderphantom/zola-agent --skill github-code-review-founderphantom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/founderphantom/zola-agent/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/founderphantom/zola-agent --skill github-code-review-founderphantom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines code reviews by automatically analyzing diffs, surfacing issues, and generating actionable inline comments and a concise summary to speed up quality assurance.

Core Features & Use Cases

  • Inline comments on changed files: Identify potential issues directly in the diff and propose improvements.
  • PR-level summaries: Provide a high-level overview of critical findings and recommended fixes.
  • Local and PR workflows: Works with local git changes and GitHub pull requests, with guidance for gh-based or REST API-based reviews.

Quick Start

Run the code review workflow on your local changes or PRs to generate structured inline comments and a summary report.

Frequently Asked Questions about github-code-review

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

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

Automating code reviews on GitHub pull requests involves analyzing diffs and generating structured feedback. This Skill supports GitHub integration via gh and REST APIs to provide inline comments on changed files and concise PR-level summary reports.

Can I review local git changes before pushing to a remote repository?

Yes, you can review local git changes before pushing. The workflow operates on local git changes to identify potential issues directly in the diff, propose improvements, and generate a summary report without requiring a remote pull request.

Does this automated code review tool work with cross-repo workflows?

Yes, this automated code review tool works with cross-repo reviews. It analyzes diffs across multiple repositories to surface issues and generates actionable inline comments and high-level summaries to speed up quality assurance.

What is the best way to add inline comments to a git diff for quality assurance?

The best way to add inline comments to a git diff for quality assurance is to use an automated workflow that analyzes changes and posts feedback directly on the modified lines. This Skill generates structured inline comments and PR-level summaries.

Do I need the GitHub CLI to generate pull request review reports?

You do not strictly need the GitHub CLI to generate pull request review reports. While this Skill supports guidance for gh-based reviews, it also works with REST APIs and command-line git workflows for broad compatibility.