Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/specful-ai/chatreview

Code Review Mode for ChatGPT
https://github.com/specful-ai/chatreview

chatgpt

Last synced: about 4 hours ago
JSON representation

Code Review Mode for ChatGPT

Awesome Lists containing this project

README

        

# Chat Review

![Extension Icon](./icons/icon48.png)

**Enhance your ChatGPT experience with our Code Review mode tailored specifically for code blocks. Achieve precision and speed up your code iterations effortlessly.**

This Chrome extension introduces a Code Review mode within ChatGPT's code blocks. It's designed to optimize user experience by making it more intuitive and efficient to guide ChatGPT in making precise code modifications.

## 🚀 Features

- **Code Block Enhancement**: Reformats code blocks to facilitate easy review and modification.
- **Iterative Feedback**: Allows for fast and precise code iterations.
- **Download All Source Code**: With just one click from the context menu, download all the source code files in the current session, bundled neatly in a ZIP archive.

## 🛠 Installation

1. Clone this repository:
```
git clone https://github.com/specful-ai/chatreview.git
```
2. Open Chrome and navigate to `chrome://extensions/`.
3. Enable "Developer mode".
4. Click "Load unpacked" and select the cloned repository folder.
5. The extension should now be added to Chrome.

Alternatively, you could just install it from [Chrome Web Store](https://chrome.google.com/webstore/detail/chat-review/penhlhdgahppmdkdpalemahmgmecbopg?hl=en).

## 🎯 Usage

### Code Review

1. Navigate to [ChatGPT](https://chat.openai.com/).
2. Ask ChatGPT to write some code for you.
3. Click the extension icon ![Extension Icon](./icons/icon16.png) to enable the Code Review mode.

### Download Files

To download all files as a ZIP, right click on the page and use "Download all source code files" in the context menu. See this [screenshot](screenshots/download.png) for an example.

## 📸 Screenshots

![chat openai com_c_640](https://github.com/specful-ai/chatreview/assets/196279/9504fbe0-d695-4b06-bc57-e815ba1e4bdf)

See the [screenshots](screenshots) directory for details.

## 🤝 Contributing

We welcome contributions! When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

## 📜 License

This project is licensed under the GPL-3.0 license - see the [LICENSE](LICENSE) file for details.