Suggest Reviewers Helper

Community

Smart git blame analysis for perfect code review matches.

Authoropenshift-eng
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the guesswork in finding the right code reviewers by automatically analyzing git blame data to identify the original authors of modified code.

Core Features & Use Cases

  • Git Blame Analysis: Automatically identifies which developers authored the specific lines being changed in a pull request.
  • Bot Filtering: Automatically excludes common bot accounts from reviewer suggestions.
  • Use Case: Imagine you're working on a feature branch with changes across multiple files. Use this Skill to automatically find the developers who originally wrote the code you're modifying, ensuring the most knowledgeable reviewers see your changes.

Quick Start

Use the suggest-reviewers helper to analyze git blame for the current uncommitted changes in the repository.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Suggest Reviewers Helper
Download link: https://github.com/openshift-eng/ai-helpers/archive/main.zip#suggest-reviewers

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository