github-code-review

Automate GitHub pull request code review and security scanning.

Updated May 13, 2026
One-click install
npx skills add https://github.com/skkeoriw/hermes-brain --skill github-code-review-skkeoriw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/skkeoriw/hermes-brain/tree/main/brain/hermes-home/skills/github/github-code-review
Command: npx skills add https://github.com/skkeoriw/hermes-brain --skill github-code-review-skkeoriw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages and simplifies code review processes for GitHub pull requests, automating checks and comments for code quality, security, and functionality.

Core Features & Use Cases

  • Review Local Changes: Analyze code changes in the local repository before pushing, flagging issues such as security vulnerabilities or poor coding practices.
  • Review PRs: Review GitHub pull requests by comparing code changes with a base branch, and providing feedback through inline comments and PR reviews.
  • Automated Checks: Perform security scans and linting automatically, ensuring compliance with coding standards and identifying potential issues before code is merged.
  • Use Case: For teams looking to streamline the code review process in their GitHub workflow, saving time and improving code quality.

Quick Start

Run 'github-code-review local' to perform a local code review of pending 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 automate GitHub pull request analysis and code review?

You can automate GitHub pull request reviews by using this Skill to compare code changes with a base branch via the GitHub API. It handles code analysis, security scanning, and generates inline comments to streamline the review process.

Can I review local code changes for security vulnerabilities before pushing to GitHub?

Yes, you can review local code changes before pushing by running the local review command. It analyzes pending changes in your repository, flagging security vulnerabilities and poor coding practices to ensure quality assurance before you push.

Do I need the gh CLI installed to perform automated PR analysis?

Yes, the gh CLI is required for pull request analysis. The Skill operates through gh, git, curl, and python3 to interact with the GitHub API and perform automated security scans, linting, and inline code review feedback.

What is the best way to add automated security scanning and linting to GitHub PRs?

The best way to add automated security scanning and linting to GitHub PRs is to use a tool that operates through the GitHub API to compare changes and post inline comments. This ensures compliance with coding standards and identifies potential issues before code is merged.

How does automated code review handle feedback on GitHub pull requests?

Automated code review handles feedback by posting inline comments and PR reviews directly on GitHub. It compares code changes against the base branch to identify security vulnerabilities and coding standard violations, ensuring issues are flagged before merging.