github-code-review

Automate GitHub Pull Request reviews for security, quality, and completeness.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/samuelbonifacio015/obsidian-notes --skill github-code-review-samuelbonifacio015
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/samuelbonifacio015/obsidian-notes/tree/main/obsidian/Sistema/Skills/Vendor/github/github-code-review
Command: npx skills add https://github.com/samuelbonifacio015/obsidian-notes --skill github-code-review-samuelbonifacio015

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review and Pull Request (PR) management process on GitHub, enhancing productivity and reducing manual effort.

Core Features & Use Cases

  • Review Local Changes: Automatically perform code reviews on local changes before pushing, checking for security issues, code quality, and documentation.
  • Review PRs on GitHub: Analyze open PRs for code quality, security vulnerabilities, and completeness, directly on GitHub.
  • Integration with GitHub Tools: Uses gh or git commands to interact with GitHub's API for efficient code review.

Quick Start

Review your local code changes using 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 code review for open Pull Requests?▼

Automate GitHub code review by analyzing open Pull Requests for security vulnerabilities, code quality, and completeness using git commands or the gh client. The tool integrates directly with the GitHub API to perform PR analysis and automated commenting.

Can I review local git changes for security issues before pushing to GitHub?▼

Yes, you can review local git changes for security issues, code quality, and documentation before pushing. The review process runs locally using git commands to analyze your staged or unstaged changes.

Do I need the gh client and git installed to manage Pull Requests?▼

Yes, you need both the gh client and git installed, along with Python and curl. The tool requires authenticated GitHub access and a local git repository to execute commands and interact with the GitHub API.

What is the best way to check a GitHub PR for completeness and code quality?▼

The best way to check a GitHub PR for completeness and code quality is to use an automated review tool that interacts with the GitHub API. It analyzes the PR changes and provides direct feedback through automated commenting.

How does automated PR management integrate with the GitHub API for commenting?▼

Automated PR management integrates with the GitHub API by using the gh client or curl to analyze repository changes. It posts automated comments directly on the Pull Request to provide feedback on security and quality.