suggest_reviewers
Analyzes Git contribution history to suggest code reviewers for modified files, helping identify who should review a pull request.
Instructions
Suggests code reviewers based on Git contribution history of modified files in the current branch. Automatically analyzes the working directory's Git repository. Use this when the user asks who should review the PR or to suggest reviewers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of reviewers to suggest |