code-reviewer

Automate code review for newly opened GitHub pull requests.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/enuno/noesis-aeon --skill code-reviewer-enuno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/enuno/noesis-aeon/tree/main/docs/examples/skill-templates/code-reviewer
Command: npx skills add https://github.com/enuno/noesis-aeon --skill code-reviewer-enuno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the initial review process for newly opened pull requests, providing quick verdicts, comments, and labels to enhance code quality and collaboration.

Core Features & Use Cases

  • Automated PR Review: Provides first-pass comments, verdicts, and labels on PRs to guide reviewers and maintainers.
  • Review Focus: Customizable focus on specific coding standards or practices based on repository needs.
  • Use Case: Ideal for teams with a high volume of incoming PRs, aiming to maintain code quality without overwhelming manual review effort.

Quick Start

Enable the code-reviewer skill to automatically review all new pull requests in your repository.

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews for newly opened GitHub pull requests?

Automated code review for GitHub pull requests analyzes PR changes and generates feedback, verdicts, and labels using predefined criteria via the gh command-line API. This streamlines first-touch reviews to improve PR quality.

What is first-touch code review automation and how does it work?

First-touch code review automation provides initial comments, verdicts, and labels on newly opened pull requests. It analyzes changes against predefined criteria to guide reviewers and maintainers without requiring manual effort.

Can I customize the review focus for specific coding standards in my pull requests?

Yes, the review focus is customizable for specific coding standards or practices based on repository needs. This allows teams to tailor automated PR feedback to their unique code quality requirements.

Does automated PR review work with high volumes of incoming pull requests?

Automated PR review is ideal for teams with a high volume of incoming pull requests. It maintains code quality by providing quick verdicts and comments without overwhelming manual review effort.

Do I need the gh command-line tool to run GitHub PR automation?

Yes, GitHub PR automation utilizes the gh command-line tool for GitHub API calls to analyze pull request changes. You also need pypdf and pdfplumber installed if handling referenced PDFs.

What are the limitations of automated pull request review?

Automated pull request review provides first-pass feedback and labels to guide manual reviewers, but it does not replace comprehensive human review. It focuses on predefined criteria and requires gh for API calls.