github-code-review

Review local git changes and GitHub pull requests for code quality issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to review local code changes or pull request code directly within your git repository or on GitHub.

Core Features & Use Cases

  • Review Local Changes: Check out and review code before pushing to a remote repository.
  • Review Pull Requests: Analyze open pull requests on GitHub with detailed diffs and inline comments.
  • Code Quality Checks: Identifies common issues such as SQL injection, plaintext passwords, and merge conflicts.

Quick Start

Run the github-code-review skill with the 'review-local' command to start a code review session in your current git repository.

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 before pushing to a remote repository?

You can review local git changes by running the skill with the 'review-local' command in your current repository. It analyzes uncommitted diffs to identify security issues like SQL injection and plaintext passwords before you push your code.

How do I review code on a GitHub pull request directly from the command line?

To review code on a GitHub pull request, the skill uses gh or curl commands to fetch open pull request data. It analyzes detailed diffs and provides inline comments to highlight code quality issues and merge conflicts.

Does the code review skill check for security vulnerabilities like SQL injection?

Yes, the code review skill performs security checks that specifically identify SQL injection risks and sensitive data exposure like plaintext passwords. It also detects merge conflicts to ensure your pull request maintains code quality.

What do I need to install to run GitHub pull request code review checks?

You need git installed to run code review checks. For reviewing GitHub pull requests specifically, you also need either the gh command line tool or curl installed to interact with the GitHub API.

Can I use this to check for merge conflicts in my git repository?

Yes, you can use this skill to check for merge conflicts in your git repository. It manages code review workflows by identifying and reporting merge conflicts along with common code quality issues in local changes and pull requests.

What is the best way to automate finding plaintext passwords in my code changes?

The best way to find plaintext passwords in your code changes is to run a local code review session. The skill automatically identifies sensitive data exposure across your git diffs before you push to a remote repository.