Codeeye
🧠 AI-powered code reviewer for your staged Git changes using Google Gemini.

suggestion example

suggested fix example

📦 Install Locally
npm install codeeye
- if you want to install this package locally you need to use codeye command with npx
npx codeeye
npx codeeye --summary
npx codeeye --md
npx codeeye --copy
📦 Install Globally (Preferred)
npm i -g codeeye
Usuage
- Navigate to desired repo
- create or modify existing .env file and add "GOOGLE_API_KEY" variable with gemini api key
- Stage you changes with git add .
- Run the command below to review the staged changes using AI
codeeye
codeeye --summary
- Output in Markdown (for GitHub PR bots):
codeeye --md
- Copy suggestions to clipboard:
codeeye --copy