Git tools
Commit hygiene, branching, hooks, and merge strategy - the tools for the parts of Git that aren’t just `git commit`.
Git Commit Message Linter
Conventional Commits spec check with exact failure reasons, plus a picker for which type to use if you're not sure.
CODEOWNERS Generator
Path patterns to owners - valid CODEOWNERS file, bottom-to-top matching explained.
.gitattributes Generator
Line endings, language diff settings, Git LFS, and vendored paths in one file.
Git Hooks Generator
Pick a hook type and checks, get a working shell script plus install steps.
Branch Naming Convention Checker
Check a branch name against type/description, Jira-style, or kebab-case.
Squash vs Merge vs Rebase Explainer
What you care about to a recommended merge strategy, with the real tradeoffs shown.
Merge Conflict Complexity Estimator
File overlap and edit density between two branches to a conflict-risk score before you merge.
.gitignore Generator
Merge and dedupe standard .gitignore patterns for 15+ stacks.
Changelog / Release Notes Generator
Versioned entries to Keep a Changelog-formatted markdown.
See this same kind of analysis applied to your whole repository
Call graphs, dead code, blast radius, and a health score. Results in 60 seconds, free.
