github-code-review

Automate GitHub pull request code reviews with git and GitHub API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies and streamlines the code review process on GitHub, providing automated code inspection, pull request reviews, and inline comments.

Core Features & Use Cases

  • Automated Code Inspection: Inspect code changes for common issues such as SQL injection, security vulnerabilities, and performance bottlenecks.
  • Pull Request Reviews: Review pull requests directly in the GitHub interface or locally.
  • Inline Comments: Leave detailed comments on specific lines of code for specific issues.
  • Use Case: Save time by automating the code review process and ensuring code quality without manual intervention.

Quick Start

Review the code changes for the pull request by running the 'github-code-review' skill.

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 vulnerabilities?

To automate GitHub pull request reviews, this Skill inspects code changes for security vulnerabilities, code style violations, and performance bottlenecks using the GitHub API. It requires GitHub authentication and pull request access to identify issues automatically.

Can I leave inline comments on GitHub pull requests automatically?

Yes, you can leave inline comments automatically. The Skill reviews pull requests and posts detailed comments directly on specific lines of code to highlight specific issues found during the automated code inspection process.

Do I need GitHub authentication to review code locally and remotely?

Yes, GitHub authentication is required to review code. The Skill uses git and GitHub API access to inspect pull request changes and post inline comments, meaning you must authenticate your account and grant access to the target repository.

What's the best way to detect SQL injection in GitHub code reviews?

The best way to detect SQL injection during GitHub code reviews is using automated code inspection. This Skill scans pull request changes specifically for common issues like SQL injection and other security vulnerabilities without manual intervention.

What dependencies do I need to run automated code inspection on GitHub?

To run automated code inspection on GitHub, you need git, gh, curl, and python3 installed. These dependencies allow the Skill to interact with the GitHub API, authenticate your account, and execute the code review scripts.

Why does my automated pull request review fail to post comments?

Automated pull request reviews fail to post comments when GitHub authentication is missing or repository access is denied. The Skill requires valid authentication and explicit access to the pull request to inspect changes and submit inline comments via the API.