github-code-review

Automate GitHub pull request code reviews with inline comments and scoring checklists.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill github-code-review-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/github/github-code-review
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill github-code-review-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually reviewing code for bugs, security vulnerabilities, and quality issues is time-consuming, inconsistent, and easy to miss critical problems, especially when validating changes before push or reviewing pull requests from team members.

Core Features & Use Cases

  • Pre-Push Local Review: Scan uncommitted and staged git changes against the main branch to catch issues before they are pushed to a remote repository.
  • GitHub PR Review: Perform full pull request reviews including viewing diffs, leaving inline comments, and submitting formal approval or change requests via the GitHub CLI or REST API.
  • Systematic Review Checklist: Evaluate code across correctness, security, code quality, testing, performance, and documentation categories to ensure no common issues are overlooked.
  • Use Case: A development team can use this skill to automate initial PR reviews, flag SQL injection risks, missing test coverage, and style inconsistencies, then post structured feedback directly to GitHub to speed up the review process.

Quick Start

Ask the github-code-review skill to review all your local changes against the main branch and present a structured list of critical issues, warnings, and suggestions before you push.

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 review for GitHub pull requests?

Automated GitHub pull request review is performed by analyzing diffs, posting inline comments, and submitting formal approvals or change requests via the GitHub CLI or REST API.

Can I check my local git changes for bugs before pushing to a remote repository?

Pre-push local review scans uncommitted and staged git changes against the main branch to identify bugs, security vulnerabilities, and code quality issues before pushing to a remote repository.

What does a systematic code review checklist cover for continuous integration?

A systematic code review checklist evaluates code across correctness, security, code quality, testing, performance, and documentation categories to ensure no common issues are overlooked in continuous integration.

How do I post inline comments on a GitHub PR to flag security vulnerabilities like SQL injection?

Posting inline comments on a GitHub PR flags SQL injection risks and style inconsistencies by evaluating the pull request diff and submitting structured feedback directly to GitHub.

Does this automated code review work without additional dependencies?

Automated code review operates without external dependencies, relying on the GitHub CLI or REST API to validate changes and submit formal reviews for GitHub-hosted codebases.

What is the best way to speed up peer review automation for a development team?

Peer review automation is sped up by performing systematic checklist-based evaluation of diffs to catch missing test coverage and security risks, then posting structured feedback directly to GitHub.