codeeye

1.1.3 • Public • Published

Codeeye

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

codeeye Gemini Powered License: MIT

🚀 What is Codeeye?

Codeeye is an open-source JavaScript/Node.js package published on NPM that uses AI to review your Git staged changes.

It leverages Google Gemini to provide smart suggestions, summaries, and markdown outputs—perfect for improving pull request quality and automating code reviews.


🔍 Features

  • 🌟 NPM installable CLI tool
  • 🤖 AI-powered code feedback using Gemini
  • 📝 Markdown output for PR comments
  • 📋 Clipboard copy support
  • 📄 Summary-only mode

suggestion example

Image

suggested fix example

Image

📦 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
npx codeeye --fix

📦 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
  • Get a summary only:
codeeye --summary
  • Output in Markdown (for GitHub PR bots):
codeeye --md
  • Copy suggestions to clipboard:
codeeye --copy
  • Fix staged changes:
codeeye --fix

Package Sidebar

Install

npm i codeeye

Weekly Downloads

42

Version

1.1.3

License

MIT

Unpacked Size

12.7 kB

Total Files

9

Last publish

Collaborators

  • ashar15