github-code-review

Automate code review for local git changes and GitHub pull requests.

7|1|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/paxlabs-inc/ion-agent --skill github-code-review-paxlabs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/paxlabs-inc/ion-agent/tree/main/skills/github/github-code-review
Command: npx skills add https://github.com/paxlabs-inc/ion-agent --skill github-code-review-paxlabs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill addresses the cognitive load and inconsistency of manual code reviews by providing a systematic, checklist-driven approach to evaluating 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 before they ever reach the repository.
  • End-to-End PR Workflow: Automate the retrieval, local checkout, testing, and formal submission of GitHub pull request reviews including inline comments.
  • Use Case: When a developer submits a complex PR, use this skill to automatically fetch the branch, run local linting or tests, and generate a structured review report highlighting critical security risks and logic improvements.

Quick Start

Use the github-code-review skill to analyze the changes in pull request number 123 and provide a formal review summary.

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 reviews for security and code quality?

Automating GitHub pull request reviews involves fetching the branch, running local diff analysis, and submitting structured feedback via the GitHub API to assess security and code quality.

Can I run a pre-push code review on local git changes before they reach the repository?

Yes, you can run a pre-push code review on local git changes to analyze staged commits for security vulnerabilities, debug statements, and quality issues before pushing.

What's the best way to submit formal code review feedback with inline comments to GitHub?

The best way to submit formal code review feedback is to automate the retrieval and checkout of pull requests, analyze the diff, and submit inline comments through the GitHub API or CLI.

Do I need authenticated GitHub access and local git configuration to perform automated PR analysis?

Yes, you need authenticated access to GitHub and a configured local git environment to perform diff analysis, branch management, and formal review submission.

What dependencies are required to automate branch checkout and pull request testing?

Automating branch checkout and pull request testing requires standard command-line dependencies including gh, git, curl, and python3 to interact with the GitHub API and local environment.