New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

codeeye

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeeye

A CLI tool that uses Google Gemini to review code and provide suggestions.

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

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

Keywords

cli

FAQs

Package last updated on 01 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts