CodeRabbit Inheritance Scanner - Existing PR Check

Identifies open GitHub pull requests whose titles contain “CodeRabbit inheritance” and outputs their number, URL, and days open.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/openshift-eng/ga-regression-reports --skill coderabbit-inheritance-scanner-existing-pr-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CodeRabbit Inheritance Scanner - Existing PR Check
Source: https://github.com/openshift-eng/ga-regression-reports/tree/main/.claude/skills/coderabbit-inheritance-scanner-existing-pr
Command: npx skills add https://github.com/openshift-eng/ga-regression-reports --skill coderabbit-inheritance-scanner-existing-pr-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies open pull requests whose titles contain "CodeRabbit inheritance" (case-insensitive) to prevent duplicate fixes from being opened.

Core Features & Use Cases

  • Detects open PRs with the target substring in the title across repositories.
  • Supports batch checks by iterating over a list of non-compliant repos and reporting per-repo status.
  • Outputs the PR number, URL, and age for triage and decision-making.

Quick Start

Provide a list of non-compliant repos and run this skill to identify any existing open PRs whose titles contain CodeRabbit inheritance, preventing duplicates.

Frequently Asked Questions about CodeRabbit Inheritance Scanner - Existing PR Check

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

FAQPage Schema
How do I check for existing pull requests to prevent duplicate CodeRabbit inheritance PRs?

To check for existing pull requests, query the GitHub API to filter open PRs with titles containing 'CodeRabbit inheritance' and output their PR number, URL, and days open.

Can I batch check multiple repositories for open CodeRabbit inheritance PRs?

Yes, you can batch check multiple repositories by iterating over a list of non-compliant repos to report per-repo status for any open PRs matching the CodeRabbit inheritance criteria.

What data do I need to provide to detect duplicate CodeRabbit inheritance pull requests?

You need to provide a list of non-compliant repositories. The scanner queries GitHub PR data via the API to identify matching open PRs and outputs their number, URL, and age.

How does the CodeRabbit inheritance scanner identify matching pull requests?

The CodeRabbit inheritance scanner identifies matching pull requests by querying PR data via the GitHub API and filtering for open PRs whose titles contain 'CodeRabbit inheritance' case-insensitively.

What information is returned when auditing repositories for existing CodeRabbit inheritance PRs?

When auditing repositories for existing CodeRabbit inheritance PRs, the scanner outputs the PR number, URL, and days open to support triage and decision-making for duplicate prevention.