Tagoly
Star on GitHubTagoly
The Intelligent Commit Tool
Commit with
Confidence.
Stop wasting time on format. Tagoly automates scope detection and enforces team consistency.
Install Command
$brew tap meso1007/tagoly && brew install tagolyRecommended for Homebrew users
Why Tagoly?
Everything you need to keep your git history clean, without the friction.
src/auth/login.ts
feat(auth)
Auto-Scope Detection
Tagoly intelligently infers the commit scope from your staged files.
0.05s
Written in Go
Blazing Fast
Built with Go. Starts instantly, runs locally. No latency.
feat(ui):add button
fix(api):user login
docs:update readme
Team Consistency
One config file ensures everyone follows the same commit rules.
?Select commit type:
❯feature
❯fix
❯docs
Interactive CLI
No more remembering flags. Just answer simple questions.
It feels like magic.
No arguments. No flags. Just type commit.
tagoly — interactive
➜~/project$git commit
?Select commit type(Use arrow keys)
❯ feat A new feature
fix A bug fix
docs Documentation only changes
?Scope detected from staged files:
✔authsrc/auth/login.ts
?Enter short description:
feat(auth):implement google login
Commit created successfully!
[main 8a2b3c] feat(auth): implement google login