
Appleboy Codegpt
- 1.5k repo stars
- Updated July 17, 2026
- appleboy/CodeGPT
appleboy-codegpt is a Claude Code plugin that wires the CodeGPT CLI to draft git commit messages and review briefs from staged changes using GPT models.
About
appleboy-codegpt packages the CodeGPT Go CLI as a Claude Code plugin for developers who want cleaner git history without spending minutes on every commit message. After install, it can hook into prepare-commit-msg so staged diffs are summarized into conventional, descriptive commits using OpenAI-compatible models such as gpt-4.1 and gpt-4o. The same tooling can produce a terse code review brief so you sanity-check a changeset before opening a PR. You need API credentials and a local git repo; it does not replace human review on security-sensitive changes. Best for repos and small teams that commit often and want consistent narrative in git log without a separate SaaS commit bot.
- Go-based CodeGPT CLI analyzes staged changes and writes commit messages with ChatGPT (gpt-4.1, gpt-4o)
- Installs a git prepare-commit-msg hook for hands-off message generation on commit
- Optional code review brief flow for summarizing what changed before you push
- Focused git workflow plugin (pluginCount: 1) from appleboy/CodeGPT
- Works as a local CLI—you control when the hook runs and which model backs the text
Appleboy Codegpt by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin install appleboy-codegpt@appleboy/CodeGPTAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1.5k |
|---|---|
| Last updated | July 17, 2026 |
| Repository | appleboy/CodeGPT ↗ |
What it does
Auto-generate descriptive git commit messages and short AI code-review briefs from staged diffs using GPT models via a Go CLI and git hook.
Who is it for?
Best when you commit frequently and want GPT-backed commit messages plus optional pre-push review blurbs via a git hook.
Skip if: Skip if you forbid sending diffs to external LLM APIs or need enterprise policy-driven code review in CI only.
What you get
After setup, git commits can inherit AI-written messages from your staged changes and you get quick review summaries without leaving the terminal.
- prepare-commit-msg hook generating messages from staged files
- CLI-driven commit and review text from your diffs
- More consistent git history with less manual wording
By the numbers
- Repository: appleboy/CodeGPT
- Plugin count in bundle: 1
- Documented models: gpt-4.1, gpt-4o
Recommended Plugins
How it compares
Local git-hook CLI for commits, not an in-IDE agent skill or full PR review platform.
FAQ
Who is Appleboy Codegpt for?
It is for developers who use git daily and want automated, readable commit messages backed by ChatGPT-class models without a separate web app.
When should I use Appleboy Codegpt?
Use it at commit time when staged changes are ready and you want the hook or CLI to describe them, or when you want a quick AI summary before review.
How do I add Appleboy Codegpt to my agent?
Install the plugin from the appleboy/CodeGPT bundle in Claude Code, install or build the Go CLI per the repository, configure your OpenAI API key, and enable the prepare-commit-msg hook in your repo.