omc-gh-auto-review

Automate GitHub pull request code reviews with inline comments.

5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill omc-gh-auto-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-gh-auto-review
Source: https://github.com/RobinNorberg/oh-my-copilot/tree/main/skills/omc-gh-auto-review
Command: npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill omc-gh-auto-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates code reviews on GitHub pull requests by users who are requested as reviewers, reducing manual effort and speeding up code quality feedback.

Core Features & Use Cases

  • Automatically discover PRs that request your review and queue them for AI-assisted analysis.
  • Spawn a code-reviewer agent to compare diffs, fetch full file content, and generate structured inline findings.
  • Post a batched inline-comment review summarizing findings and provide guidance for fixes.

Quick Start

Activate the skill on your repository and start automated PR reviews by invoking the activation command for omc-gh-auto-review.

Frequently Asked Questions about omc-gh-auto-review

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

FAQPage Schema
How do I automate code reviews on GitHub pull requests?

You can automate code reviews on GitHub pull requests by configuring a tool to discover PRs where you are requested as a reviewer, analyze file diffs with an AI agent, and post batched inline comments back to the repository.

How does an AI agent analyze pull request diffs?

An AI agent analyzes pull request diffs by comparing the changes, fetching the full file content for context, generating structured inline findings, and batching those comments directly to the pull request.

Can I automatically post batched inline comments to a GitHub PR?

Yes, you can post batched inline comments to a GitHub PR by configuring an automated workflow that summarizes code review findings and submits them directly to the pull request thread.

How do I configure automated PR reviews for a specific GitHub repository?

You configure automated PR reviews by setting up a config.json file within your repository's .omcp directory, specifying the GitHub owner and repository name, along with autoReview options and file filtering thresholds.

Does automated PR review support filtering specific files and setting thresholds?

Yes, automated PR review supports controlled file filtering and customizable thresholds, allowing you to manage which files are analyzed and optionally enable automatic submission of the generated review comments.

What is the best way to handle pull request reviews when requested as a reviewer?

The best way to handle pull request reviews when requested as a reviewer is to use an automated workflow that discovers assigned PRs, analyzes the diffs, and posts batched inline comments to speed up code quality feedback.