https://github.com/marco-souza/code-review-checker
Tampermonkey Code Review helper for Github
https://github.com/marco-souza/code-review-checker
assistant codereview greasemonkey tampermonkey
Last synced: about 1 year ago
JSON representation
Tampermonkey Code Review helper for Github
- Host: GitHub
- URL: https://github.com/marco-souza/code-review-checker
- Owner: marco-souza
- Created: 2024-08-26T21:17:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T13:57:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T20:15:13.944Z (about 1 year ago)
- Topics: assistant, codereview, greasemonkey, tampermonkey
- Language: TypeScript
- Homepage:
- Size: 641 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tamper code-review-checker
[](https://github.com/marco-souza/code-review-checker/actions/workflows/quality-gateway.yml)
[](https://github.com/marco-souza/code-review-checker/actions/workflows/gh-release.yml)
[](https://biomejs.dev)
Tampermonkey script which gives you a code review checklist for your pull
requests.
## Tech Stack




## Demo
https://github.com/user-attachments/assets/01618416-79aa-42cd-9d26-abc6d90e41af
## Features
- check items you already review
- send comments to the pull request
## Installation
1. Install Tampermonkey
2. Create a script (develop or production)
### Building a dev script
```bash
bun Install
bun dev
```
### Building a production script
```bash
bun install
bun run build
bun preview
```
## Usage
1. Open a pull request
2. Open the review button
3. Check the items you review