github-code-review

Automate code review for local changes and GitHub pull requests.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/nyxoraAI/Nyxora --skill github-code-review-nyxoraai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/nyxoraAI/Nyxora/tree/main/packages/core/playbooks/github/github-code-review
Command: npx skills add https://github.com/nyxoraAI/Nyxora --skill github-code-review-nyxoraai

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 automates the process of code reviews on both local changes and GitHub pull requests, providing structured feedback for improved code quality and security.

Core Features & Use Cases

  • Local Code Review: Analyze and review code locally before pushing to a repository.
  • GitHub PR Review: Review open pull requests on GitHub with detailed comments and inline reviews.
  • Use Case: For developers who need to perform code reviews efficiently, ensuring code quality and security before merging changes into a main branch.

Quick Start

Run 'nyxora skill github-code-review review-local' to review local changes or 'nyxora skill github-code-review review-pr <PR_NUMBER>' to review a pull request.

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 code reviews for local changes before pushing to a repository?

You can automate code review for local changes by running predefined checks using git commands. This Skill analyzes your unpushed code locally to ensure code quality and security before you commit.

Can I use this to review open GitHub pull requests with inline comments?

Yes, you can review open GitHub pull requests by utilizing the GitHub API via gh or curl. The Skill provides structured feedback and automated comments directly on the pull request.

What do I need to review a GitHub PR using this automated code review process?

To review a GitHub PR, you need git and either gh or curl installed to access the GitHub API. These dependencies allow the Skill to fetch pull request data and submit automated review comments.

How does automated PR review handle code security and quality checks?

Automated PR review handles code security and quality by applying predefined checks to the submitted changes. It then generates structured feedback and automated comments to highlight potential issues before merging.

What is the best way to review local code changes for security vulnerabilities?

The best way to review local code for security vulnerabilities is using an automated Skill that applies predefined security checks. It analyzes your local changes via git to provide structured feedback before pushing.