github-code-review

Analyzes Git diffs and writes structured bug reports and feature suggestions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually reviewing code changes is error-prone and time-consuming. This Skill automates the initial code-review process by analyzing diffs, surfacing issues, and proposing inline comments to speed up pre-merge quality checks.

Core Features & Use Cases

  • Pre-push and PR diff analysis to identify potential bugs, style violations, and security concerns.
  • Inline comments on changed files with actionable suggestions and rationale.
  • Pull request level reviews including approvals, requests for changes, and summary reports.

Quick Start

Tell Hermes Agent to review the current git changes or a PR and return a structured code 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 automate code review for a GitHub pull request?

Automating code review for a GitHub pull request involves analyzing Git diffs to surface bugs and security concerns, then providing inline comments and pre-merge feedback directly on the changed files.

How does inline feedback work for local git changes?

Inline feedback for local git changes works by analyzing your local diffs to identify style violations and potential issues, generating actionable suggestions and rationale attached directly to the modified code lines.

Can I get a formal review summary for pre-merge quality checks?

Yes, you can get a formal review summary for pre-merge quality checks by analyzing open pull requests to produce structured outputs that include critical findings, approvals, and requests for changes.

What's the best way to speed up the code review workflow on GitHub?

The best way to speed up the code review workflow on GitHub is to automate the initial diff analysis, surfacing issues and proposing inline comments to reduce manual pre-merge quality checks.

Do I need any special dependencies to run automated code reviews on my git history?

No special dependencies are required to run automated code reviews on your git history, as the analysis operates directly on Git histories and diffs to surface issues and improvements.