A Chrome extension that helps get you started with your PR reviews. You'll need an API key from OpenAI.
- Install the dependencies 
yarn install - Run the build script 
yarn build - Navigate to 
chrome://extensions - Enable Developer Mode
 - Click the 'Load unpacked' button and navigate to the 
distdirectory in the project 
activeTabis used to get the URL of the active tab.storageis used to cache the responses from OpenAI.scriptingis used to fetch the PR description.