Acerca de
This skill provides a specialized Python helper script designed to streamline the code review process within git-based workflows. By performing targeted git blame analysis on only the lines that have been modified—rather than entire files—it identifies the most relevant subject matter experts for a specific set of changes. The tool aggregates contribution statistics, identifies the most recent authors, and automatically filters out common CI and bot accounts, making it an essential utility for developers looking to automate and optimize the /git:suggest-reviewers command in Claude Code.