github_read_file
Read file contents from GitHub repositories to analyze code during pull request reviews, enabling developers to examine specific files at any commit, branch, or tag.
Instructions
Read the content of a file at a specific ref
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoId | Yes | Repository name in format owner/repo | |
| filePath | Yes | Path to the file | |
| ref | No | Commit SHA, branch, or tag name | main |