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.

Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Codeeye

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

codeeye Gemini Powered

Image

📦 Install

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

Keywords

cli

FAQs

Package last updated on 31 May 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