CodeRabbit Inheritance Scanner - Search

Search OpenShift GitHub repositories for .coderabbit.yaml or .coderabbit.yml files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locates OpenShift repositories that contain .coderabbit.yaml or .coderabbit.yml files to enable automated inheritance scanning across projects.

Core Features & Use Cases

  • Code searches the OpenShift GitHub organization for coderabbit config files across all repositories.
  • Identifies repositories that match the .coderabbit.yaml/yml criteria to support dependency scanning and inheritance checks.
  • Use Case: Audit and maintain visibility of coderabbit-based inheritance relationships across the codebase.

Quick Start

Run the provided search script to enumerate OpenShift repositories containing coderabbit configuration files.

Frequently Asked Questions about CodeRabbit Inheritance Scanner - Search

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

FAQPage Schema
How do I find OpenShift repositories with coderabbit config files?▼

To find OpenShift repositories with coderabbit config files, search the OpenShift GitHub organization using the GitHub code search API for .coderabbit.yaml or .coderabbit.yml files. This enumerates relevant repos for auditing configurations across the org.

What is the best way to audit coderabbit inheritance relationships across a GitHub organization?▼

Auditing coderabbit inheritance relationships across a GitHub organization is done by performing a code search to identify all repositories containing .coderabbit.yaml or .coderabbit.yml files, which supports dependency scanning and inheritance checks.

Do I need GitHub authentication to search for .coderabbit.yaml files at scale?▼

Yes, you need GitHub authentication to search for .coderabbit.yaml files at scale. Access to the GitHub code search API requires gh authentication to successfully enumerate repository results across the OpenShift organization.

Can I use code search to locate .coderabbit.yml files for dependency scanning workflows?▼

Yes, you can use GitHub code search to locate .coderabbit.yml files for dependency scanning workflows. The search specifically targets repositories matching the coderabbit configuration criteria to support automated inheritance scanning across projects.

Does the GitHub code search API support enumerating YAML config files across all repositories?▼

The GitHub code search API supports enumerating YAML config files across repositories by querying the OpenShift organization for .coderabbit.yaml or .coderabbit.yml files, enabling visibility of coderabbit-based inheritance relationships across the codebase.