github-code-review

Analyze git diffs and generate inline comments for PR reviews.

1|Updated Apr 30, 2025
One-click install
npx skills add https://github.com/lucasfth/config --skill github-code-review-lucasfth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/lucasfth/config/tree/main/.hermes/skills/github/github-code-review
Command: npx skills add https://github.com/lucasfth/config --skill github-code-review-lucasfth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review changes in git diffs and automatically surface actionable inline comments on pull requests or during pre-push checks.

Core Features & Use Cases

  • Inline feedback generation: automatically attach inline comments to changed lines in PRs.
  • PR workflow integration: supports gh CLI and falls back to git + GitHub REST API via curl for PR reviews.
  • Local pre-push review: analyzes diffs to identify issues before pushing.

Quick Start

Review the latest changes in your current branch to generate inline comments on diffs and prepare a PR-ready review.

Frequently Asked Questions about github-code-review

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

FAQPage Schema
How do I automatically generate inline comments on a GitHub pull request?

To generate inline comments on a GitHub pull request, this Skill analyzes git diffs and attaches actionable feedback directly to changed lines. It integrates with the PR workflow using the gh CLI or falls back to git and the GitHub REST API via curl.

Can I review code diffs locally before pushing to a remote repository?

Yes, you can review code diffs locally before pushing. This Skill performs pre-push checks by analyzing your current branch changes to identify issues and prepare a PR-ready review without requiring a remote connection.

Do I need the gh CLI installed to automate PR reviews?

No, you do not need the gh CLI installed to automate PR reviews. While it supports gh CLI for PR workflow integration, the Skill automatically falls back to git and the GitHub REST API via curl if the CLI is unavailable.

What is the best way to provide deterministic feedback on code changes?

The best way to provide deterministic feedback on code changes is to use automated diff analysis. This Skill evaluates git diffs and generates consistent, actionable inline comments mapped directly to the modified lines in your pull request.

How does automated diff analysis work for pre-push checks?

Automated diff analysis for pre-push checks works by evaluating the git diff of your current branch. It identifies potential issues in the code changes and prepares inline feedback before you push to the remote repository.