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

gocommit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gocommit

CLI to generate commit messages with help from OpenAI

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Here's a polished GitHub project description in English for your GoCommit tool:

🔥 GoCommit - AI-Powered Git Commit Message Generator

Stop writing boring commit messages! Let AI generate clear, concise, and expressive Git commits for you – complete with emojis and conventional prefixes. Supports OpenAI and DeepSeek APIs.

Demo GIF

✨ Features

  • 🤖 AI-Generated Messages – Get 5 perfectly formatted commit suggestions in seconds
  • 🎨 Emoji + Conventional Commitsfeat: ✨ Add dark mode instead of "updated stuff"
  • 🔌 Multi-API Support – Works with both OpenAI (GPT-4) and DeepSeek
  • ⚡ Git Integration – Directly commits your selected message
  • 🔐 Secure Storage – API keys saved locally in ~/.gocommit.json

🚀 Quick Start

npx gocommit  
# or install globally
npm install -g gocommit
  • Choose your AI provider (OpenAI/DeepSeek)
  • Paste your API key when prompted
  • Stage changes with git add
  • Run gocommit and pick your favorite message!

🌟 Why GoCommit?

Traditional CommitsGoCommit Messages
fix bug🐛 fix: login form error
update config⚙️ chore: update eslint config
add feature✨ feat: add user dashboard

Perfect for developers who want:
✅ Professional-looking commit history
✅ Faster workflow (no more commit message writer's block!)
✅ Team-friendly standardized messages

⚙️ Configuration

# Reset API settings
gocommit --reset-key  

# Provide context
gocommit "Refactoring payment module"  

📦 Dependencies

  • Node.js 18+
  • Git

Suggested Repo Tags:

git commit ai openai deepseek productivity developer-tools

Keywords

git

FAQs

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