github-code-review

Analyze git diffs and leave inline comments on GitHub PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, curl, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the code review process on GitHub by providing detailed analysis and the ability to leave inline comments on PRs.

Core Features & Use Cases

  • Code Review Analysis: Analyze git diffs and leave inline comments on PRs.
  • Pre-Push Review: Perform code reviews on local changes before pushing.
  • PR Review: Review open PRs on GitHub and leave structured feedback.
  • Local Review: Analyze local changes in the repository.

Quick Start

Review the latest commit with the github-code-review skill.

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 and leave inline comments on GitHub pull requests?

You can automate code review by analyzing git diffs and posting inline comments on GitHub pull requests. This requires authenticating with the repository and providing the PR context to generate structured feedback directly on the changes.

Can I review local git changes before pushing to GitHub?

Yes, you can perform a pre-push review on local git changes. By analyzing your local repository diffs before pushing, you can identify issues and ensure code quality without committing feedback directly to GitHub.

What dependencies are needed to automate GitHub PR code analysis?

Automating GitHub PR code analysis requires `gh`, `git`, `curl`, and `python3`. These tools facilitate repository access, diff extraction, and API interactions needed to perform thorough code reviews.

What is the best way to analyze git diffs for structured PR feedback?

The best way to analyze git diffs for PR feedback is using an automated workflow that evaluates the changes and leaves structured inline comments. This ensures thorough pre-push reviews and consistent analysis of open pull requests.

Do I need GitHub authentication to review open pull requests?

Yes, GitHub authentication is required to review open pull requests. Access to the git repository and PR context is necessary to analyze diffs and leave inline comments on the platform.