optimus-pr-check

Aggregate PR metadata and review comments from Codacy, DeepSource, CodeRabbit, and human reviewers.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/alexgarzao/optimus --skill optimus-pr-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimus-pr-check
Source: https://github.com/alexgarzao/optimus/tree/main/pr-check/skills/optimus-pr-check
Command: npx skills add https://github.com/alexgarzao/optimus --skill optimus-pr-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines PR governance by collecting metadata and every review comment from Codacy, DeepSource, CodeRabbit, and human reviewers into a single, coherent view.

Core Features & Use Cases

  • Fetch PR metadata and all review threads across native apps and CI workflow comments.
  • Dispatch parallel agents to evaluate code quality and feedback from multiple sources.
  • Present findings with source attribution, enforce a test-driven fix cadence, and reply to every thread with resolution or justification.
  • Apply inline suppression for Codacy/DeepSource won't-fix findings when appropriate.

Quick Start

Run optimus-pr-check on a PR URL or number to start the orchestrated PR review workflow.

Frequently Asked Questions about optimus-pr-check

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

FAQPage Schema
How do I aggregate PR review comments from multiple tools like Codacy and CodeRabbit?

Unified PR reviews orchestrate and resolve feedback by aggregating metadata and all review threads from native apps and CI workflows. Dispatching parallel agents evaluates code quality and feedback, replying to every thread with resolution or justification.

How do I automate resolving GitHub PR review threads with an agent?

Automated PR resolution dispatches parallel agents to evaluate code and feedback from multiple sources. It replies to every review thread with a resolution or justification, enforcing a test-driven fix cadence while applying inline suppression for Codacy or DeepSource won't-fix findings when appropriate.

Do I need gh CLI access to run automated PR checks?

Yes, automated PR checks require gh CLI access, an open PR URL or number, and a Ring-enabled environment. These prerequisites fetch PR metadata and all review threads across native apps and CI workflow comments.

Can I apply inline suppression for Codacy and DeepSource won't-fix findings on a PR?

Yes, you can apply inline suppression for Codacy and DeepSource won't-fix findings when appropriate. The PR review workflow evaluates feedback from these sources and dispatches agents to reply to threads with resolution or justification.

How do CI checks integrate with external code review sources?

CI checks integrate with external review sources as defined by AGENTS.md. The workflow fetches PR metadata and all review threads across native apps and CI workflow comments, evaluating code quality through parallel agents.