review-mode

Monitor GitHub PR comments and automate review responses via the GitHub API.

4|Updated Dec 11, 2022
One-click install
npx skills add https://github.com/namuan/namuan --skill review-mode-namuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-mode
Source: https://github.com/namuan/namuan/tree/main/agents/skills/review-mode
Command: npx skills add https://github.com/namuan/namuan --skill review-mode-namuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually reviewing GitHub pull requests is time-consuming and error-prone; this skill automates PR monitoring, comment triage, and AI-assisted feedback to speed up code reviews and ensure consistency.

Core Features & Use Cases

  • Preemptive review: when PRs have no reviewer comments yet, run an AI-assisted preemptive review and post a summary as a PR comment.
  • Comment addressing: for each new reviewer comment, generate a targeted implementation prompt, update the PR branch if needed, and push changes with an idempotent commit message.
  • Native integration: supports configuration via an AGENTS.md file and operates with GitHub API to fetch PR data, comments, and reviews.
  • Audit and traceability: posts results with markers to distinguish AI-generated reviews from human input.

Quick Start

Activate PR review mode to monitor open pull requests and automatically address new comments.

Frequently Asked Questions about review-mode

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

FAQPage Schema
How do I automate GitHub pull request reviews using AI?

Automate GitHub pull request reviews by activating an AI agent to monitor open PRs, run preemptive code reviews, and post feedback comments directly through the GitHub API.

Can I automatically address reviewer comments on a pull request?

Automatically address reviewer comments by generating targeted implementation prompts, updating the PR branch, and pushing changes with an idempotent commit message for each new feedback item.

What is a preemptive code review for a pull request?

A preemptive code review runs an AI-assisted analysis on open pull requests that have no reviewer comments yet and posts a summary of potential issues as a PR comment.

Do I need an AGENTS.md file to configure automated PR review?

Configuring automated PR review requires an AGENTS.md file in the repository to define operational parameters and guardrails that protect against unsafe code changes.

How does automated code review distinguish between AI and human comments?

Automated code review distinguishes AI comments from human input by posting results with specific markers, ensuring audit traceability and clear separation of feedback sources on the pull request.

What are the limitations of using an AI agent for code review?

AI agent code review relies on GitHub API integration and repository guardrails to prevent unsafe changes, meaning it requires proper configuration and cannot replace human judgment for complex logic.