github-code-review

Review local git changes and GitHub pull requests with automated feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the challenge of maintaining high code quality and security standards by providing a systematic, AI-assisted framework for reviewing local changes and GitHub pull requests.

Core Features & Use Cases

  • Local Pre-Push Review: Analyze staged changes for security vulnerabilities, debug statements, and code quality issues before they ever reach the repository.
  • End-to-End PR Workflow: Automate the retrieval of PR metadata, perform comprehensive diff analysis, run local tests, and submit structured feedback or formal approvals directly to GitHub.
  • Standardized Checklist: Apply a rigorous review methodology covering correctness, security, performance, and documentation to ensure consistent code standards across the team.

Quick Start

Ask the agent to review the current pull request by providing the PR number and requesting a full analysis of the changes.

Frequently Asked Questions about github-code-review

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

FAQPage Schema
How do I review local git changes for security vulnerabilities before pushing?

Reviewing local git changes for security vulnerabilities requires analyzing staged diffs to catch debug statements and quality issues before they reach the repository. This skill performs comprehensive pre-push analysis using a standardized security and correctness checklist.

Can I automate GitHub pull request reviews and submit feedback directly via the API?

Automating GitHub pull request reviews is supported by retrieving PR metadata, performing diff analysis, and submitting structured feedback or formal approvals directly to GitHub. This requires authenticated API or CLI access to execute validation tasks and post comments.

What is included in a comprehensive code review checklist for pull requests?

A comprehensive code review checklist for pull requests covers correctness, security, performance, and documentation. This skill applies a rigorous methodology to ensure consistent code standards across the team during both local diff analysis and remote PR evaluation.

Do I need authenticated GitHub access to run automated PR analysis?

Authenticated GitHub access is required to run automated PR analysis and submit feedback via the API or CLI. Local git repository integration is also necessary to execute diff analysis, validate changes, and interact with remote pull request metadata.

What's the best way to run local tests before submitting a pull request approval?

Running local tests before submitting a pull request approval is part of the end-to-end PR workflow. This skill automates test execution alongside diff analysis and validation, then submits structured feedback or formal approvals directly to GitHub based on the results.

Why does code review automation fail to post comments to my GitHub repository?

Code review automation fails to post comments when authenticated GitHub API or CLI access is not properly configured. This skill requires valid credentials and local git repository integration to retrieve PR metadata, execute diff analysis, and submit structured feedback successfully.