GitHub Review Filter: Chrome Extension to Filter Files in GitHub Code Review
GitHub Review Filter is a free Chrome extension developed by andersonba. This extension is designed to enhance the code review process on GitHub by allowing users to filter files based on glob patterns. By using this extension, users can speed up their review of pull requests by easily filtering files based on various criteria.
With GitHub Review Filter, users can split their code review into different parts based on components, file types, presence of tests, and more. For example, users can filter files to focus only on specific components, exclude files that are used for testing, or filter out certain file types. This helps users quickly navigate through the code and focus on the relevant parts of the review.
One notable feature of GitHub Review Filter is the ability to share filters using links. Users can easily share a specific set of filters with others, allowing them to review a pull request without tests or with specific criteria in mind. This makes collaboration and communication during code reviews more efficient.
GitHub Review Filter is compatible with the Chrome browser and can be used on pull request and compare changes pages on GitHub. It provides a simple and intuitive way to enhance the code review experience on GitHub, making it easier for developers to review and provide feedback on code changes.