Ross ROSS = Recommend OSS · open-source software intelligence for agents

domain: version-control

648 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
lindell/multi-gitter
multi-gitter is a Go CLI tool that runs a script or program across many Git repositories at once, creating pull requests for any changes. I…
901232active
GerritCodeReview/gerrit
Gerrit is a self-hosted web-based code review and project management tool for Git-based projects, featuring side-by-side diffs, inline comm…
771221stable
ptsochantaris/trailer
Trailer is a native macOS, iOS, and watchOS app (with companion CLI and Android ports) for managing GitHub pull requests and issues across …
671212active
openai/codex-action
A GitHub Action that runs OpenAI's Codex CLI inside GitHub Actions workflows, installing the CLI and routing API calls through a secure pro…
621209active
scala-steward-org/scala-steward
Scala Steward is a bot that automatically keeps Scala project dependencies and build plugins up-to-date by opening pull requests when new v…
931201active
coollabsio/jean
Jean is a local-first desktop application (built with Tauri, React, and Rust) that provides a unified workspace for managing multiple codin…
781201active
Cretezy/lazyjj
lazyjj is a terminal user interface (TUI) for the Jujutsu (jj) version control system, built in Rust with Ratatui. It wraps the jj CLI to p…
561199active
avinassh/rockstar
A satirical Python library and CLI that generates a git repository full of backdated commits to fill your GitHub contribution graph with gr…
324188maintenance
sashiko-dev/sashiko
Sashiko is an agentic code review system for the Linux kernel that ingests patches from mailing lists, GitHub PRs, GitLab MRs, or local git…
601191active
suzuki-shunsuke/pinact
pinact is a Go CLI that pins GitHub Actions and Reusable Workflows to full commit SHAs in workflow and composite action files, adding versi…
961188active
Oxen-AI/Oxen
Oxen is a fast data version control system written in Rust that versions large datasets (images, audio, video, text, parquet) with a git-li…
961184active
QuiiBz/sherif
Sherif is an opinionated, zero-config linter for TypeScript and JavaScript monorepos, written in Rust for speed. It checks package. consist…
881182active
cocogitto/cocogitto
Cocogitto is a Rust CLI toolbox for the Conventional Commits and SemVer specifications. It helps create compliant commits, automatically bu…
721179active
rgburke/grv
GRV is a terminal-based ncurses interface for viewing Git repositories, allowing refs, commits, and diffs to be browsed, searched, and filt…
234092maintenance
its-maestro-baby/maestro
A cross-platform desktop application that orchestrates multiple AI coding assistant CLI sessions (Claude Code, Gemini CLI, OpenAI Codex) in…
661171active
Uncommon/Xit
Xit is a free, open-source graphical Git client for macOS built in Swift on top of libgit2. It provides a visual interface for browsing com…
701169active
unixorn/git-extra-commands
A collection of extra git helper scripts packaged as a ZSH plugin (also usable with bash or manual installation). It bundles useful git uti…
731168active
gitlab4j/gitlab4j-api
GitLab4J-API is a full-featured Java client library for interacting with GitLab repositories through the GitLab REST API. It supports GitLa…
891157active
twolfson/sexy-bash-prompt
A customizable Bash prompt script that adds colors, git branch names, and git status indicators (dirty, unpulled, unpushed) to the terminal…
561156stable
udecode/dotai
A collection of reusable skills (SKILL.md workflows) for coding agents like Claude Code, Cursor, and Codex, covering goal management, orche…
671153active
buildinspace/peru
Peru is a generic package manager for including other people's code in your projects. It fetches dependencies from git, hg, svn, or tarball…
541148active
jdx/hk
hk is a fast, language-agnostic git hook manager and project linter written in Rust. It runs linters and formatters concurrently with read/…
841143active
VirtusLab/git-machete
git-machete is a CLI tool that organizes git repositories by managing stacked branches and automating rebase/merge/push/pull workflows. It …
971137active
Gentleman-Programming/gentleman-guardian-angel
Gentleman Guardian Angel (gga) is a pure-Bash CLI tool that runs AI-powered code reviews on staged files via a git pre-commit hook, using a…
771135active
wasabeef/claude-code-cookbook
A collection of commands, roles, and automation hooks that extend Claude Code with custom slash commands for common development tasks. It a…
681134active
sigstore/gitsign
Gitsign is a CLI tool that signs Git commits and tags using Sigstore's keyless signing, backed by your GitHub or other OIDC identity instea…
941123active
gruntwork-io/git-xargs
git-xargs is a Go-based command-line tool for applying a script or command across multiple GitHub repositories in one run. It clones each r…
781123active
google/vim-codefmt
A Vim plugin by Google that provides syntax-aware code formatting inside the editor, with built-in support for many external formatters lik…
321119active
saecki/crates.nvim
A Neovim plugin written in Lua that helps manage crates.io dependencies in Rust projects' Cargo.toml files. It provides completion, version…
641118active
creationix/js-git
JS-Git is a collection of JavaScript modules implementing Git's core functionality, letting applications create, read, and manipulate Git r…
723847maintenance
captainhook-git/captainhook
CaptainHook is a flexible git hook manager for PHP developers that lets teams configure git hook actions in a JSON file. It supports built-…
801115active
codestable/CodeStable
CodeStable is a set of lightweight skill contracts (installed as Codex/Claude plugins) that structure AI-assisted coding around requirement…
801112active
manaflow-ai/manaflow
Manaflow is an open-source application for orchestrating multiple AI coding agent CLIs (Claude Code, Codex CLI, Gemini CLI, Cursor CLI, etc…
691112active
pullfrog/pullfrog
Pullfrog is an open-source, model-agnostic GitHub bot that runs coding agents (Claude, Codex, etc.) inside your repo's GitHub Actions. It t…
811111active
dgutov/diff-hl
An Emacs minor mode that highlights uncommitted changes in the window fringe or margin, with commands to jump between and selectively rever…
771111stable
chdsbd/kodiak
Kodiak is a GitHub bot that automatically updates and merges pull requests based on a .kodiak.toml configuration file. It keeps branches up…
891109active
oligot/go-mod-upgrade
A command-line tool that interactively updates outdated Go module dependencies, similar to yarn upgrade-interactive but for Go. It lists av…
701106active
AgentsMesh/Pivo
Pivo is a task-focused desktop programming environment built with Tauri, React, and Rust that combines Git project management, kanban task …
361105active
f-person/git-blame.nvim
A Neovim plugin written in Lua that displays git blame information as virtual text in the editor. It shows commit author, date, and summary…
551098active
kitlangton/ghui
ghui is a keyboard-driven terminal UI for tracking and reviewing GitHub pull requests across multiple repositories. It lets you inspect dif…
821095active
SonarOpenCommunity/sonar-cxx
A SonarQube community plugin that adds C and C++ support to SonarQube, focusing on integrating existing C++ analysis tools. It parses C/C++…
861094active
python-versioneer/python-versioneer
Versioneer is a Python tool that manages version strings for setuptools-based projects by deriving them automatically from version-control …
611093stable
vercel-labs/eve-software-factory-template
Foreman is a template for an 'eve Software Factory' that runs AI agents across the development loop: a classifier triages tasks from GitHub…
571087active
NARKOZ/gitlab
A Ruby gem providing a client wrapper and CLI for the GitLab REST API, covering 60+ API modules with authentication, pagination, and object…
731085active
arialdomartini/oh-my-git
An opinionated git prompt for bash and zsh that shows rich repository status information (branch, tracking, stash, tags, rebase state) dire…
233715maintenance
codemod/codemod
Codemod is an open-source CLI and workflow engine for scaffolding, testing, running, and publishing codemods—automated, multi-step code tra…
891082active
sipyourdrink-ltd/bernstein
Bernstein is a deterministic Python scheduler that orchestrates CLI coding agents (Claude Code, Codex, Gemini CLI, Aider, and 40+ more) run…
781079active
Dicklesworthstone/beads_rust
A fast Rust port of Steve Yegge's beads issue tracker, frozen at the classic SQLite + JSONL architecture. It stores tasks locally in SQLite…
831076active
Lightricks/Kintsugi
Kintsugi is a Ruby CLI tool that automatically resolves Git merge conflicts in Xcode project (.pbxproj) files. It works as a standalone com…
721073active
cheshirekow/cmake_format
cmake_format is a source code formatter for CMake listfiles, written in Python. It parses CMake files and reformats them with consistent la…
231071active
python-semantic-release/python-semantic-release
A Python CLI tool that automates semantic version bumping and releases based on commit message conventions. It can be run standalone or via…
1001055active
numtide/treefmt
treefmt is a CLI tool that unifies running multiple code formatters across a polyglot repository with a single command. It runs formatters …
961053active
repository-settings/app
A Probot-based GitHub App that syncs repository settings defined in a `.github/settings.yml` file to GitHub. It enables managing repository…
1001051active
fhefh2015/Fast-GitHub
A browser extension that accelerates GitHub downloads and access for users in China by routing traffic through faster mirrors/proxies. It w…
443581maintenance
blang/semver
A Semantic Versioning (semver) library for Go that fully implements the semver 2.0.0 spec. It provides parsing, validation, comparison, ran…
231049stable
palantir/policy-bot
policy-bot is a GitHub App that enforces configurable approval policies on pull requests by reporting a status check. It supports complex r…
981048active
microsoft/vscode-vsce
@vscode/vsce is the official Visual Studio Code Extension Manager, a CLI tool for packaging, publishing, and managing VS Code extensions on…
951048active
artiebits/fake-git-history
A Node.js command-line tool that generates fake Git commits to fill in GitHub or GitLab contribution graphs, making it appear the user has …
561048active
Thinkmill/manypkg
Manypkg is a CLI linter for package. files across Yarn, npm, pnpm, Bun, and Lerna monorepos. It runs consistency checks and can automatical…
781045active
forgefed/forgefed
ForgeFed is an ActivityPub-based federation protocol specification for software forges, enabling interoperable repository hosting, issue tr…
681037active
villesau/ai-codereviewer
A GitHub Action that uses OpenAI's GPT-4 API to automatically review pull requests and post intelligent feedback comments. It retrieves PR …
211037active
paulirish/git-recent
A small shell-based git subcommand that interactively lists your most recent local git branches using fzf, letting you checkout with Enter …
681032active
tpope/vim-rhubarb
A Vim plugin that extends tpope's fugitive.vim with GitHub integration. It enables :GBrowse to open GitHub URLs and provides omni-completio…
451030stable
jmforsythe/Git-Heat-Map
A tool that visualizes a git repository as an interactive SVG treemap, where file sizes reflect diff activity (lines added/removed). It par…
311030active
google/go-licenses
A Go CLI tool that analyzes a Go package's dependency tree and reports the licenses of all libraries used, with versioned URLs to each lice…
771012active
ezyang/ghstack
ghstack is a command-line tool that submits stacks of Git commits to GitHub as separate, dependent pull requests. It supports updating, reb…
741011active
marcus/nightshift
Nightshift is a Go CLI tool that runs overnight, using your leftover Claude or Codex token budget to automatically find issues like dead co…
711011active
seachicken/gh-poi
gh poi is a GitHub CLI extension that safely deletes local git branches whose pull requests have been merged, including squash-merged branc…
1001010active
adamralph/minver
MinVer is a minimalist .NET package that versions .NET SDK-style projects automatically using Git tags, applying SemVer 2.x versions to ass…
741007active
mpoon/gpt-repository-loader
A Python command-line tool that converts a Git repository's files and structure into a single text format suitable for feeding to LLMs. It …
302973maintenance
erikbern/git-of-theseus
A set of Python CLI scripts that analyze Git repository history to visualize how code grows over time. It produces stack plots of code coho…
322957maintenance
GitHawkApp/GitHawk
GitHawk is a free, open-source iOS client for GitHub that lets users manage notifications, issues, and pull requests from their phone. It f…
102893maintenance
git-learning-game/oh-my-git
Oh My Git! is an open-source desktop game that teaches Git through interactive puzzles, visualizing the internal structures of Git reposito…
572877maintenance
karan/joe
joe is a command-line tool that generates .gitignore files from GitHub's collection of gitignore templates. It supports multiple languages …
232865maintenance
mhagger/git-imerge
git-imerge is a Python CLI tool that performs Git merges and rebases incrementally, commit by commit. It isolates the smallest possible pai…
232844maintenance
kemayo/sublime-text-git
A Sublime Text plugin that integrates Git version control into the editor via the Command Palette. It works by shelling out to the system g…
232814maintenance
src-d/hercules
Hercules is a fast, customizable Git repository history analysis tool written in Go, with a companion Python package (labours) for visualiz…
232806maintenance
bobthecow/git-flow-completion
Shell completion scripts for git-flow providing tab completion in Bash, Zsh, and fish. It completes git-flow subcommands, branch types, and…
322797maintenance
jonan/ForkHub
ForkHub is an open-source GitHub client for Android, forked from GitHub's abandoned official Android app and extended with improvements. It…
232797maintenance
arc90/git-sweep
git-sweep is a Python command-line tool that identifies Git branches already merged into master and safely deletes them from the remote. It…
322710maintenance
adamtornhill/code-maat
Code Maat is a command line tool written in Clojure that mines and analyzes data from version-control systems to reveal technical, social, …
362626maintenance
presslabs/gitfs
gitfs is a FUSE-based file system that fully integrates with git, letting you mount a remote repository's branch locally. Changes made to f…
572594maintenance
michaeldfallen/git-radar
Git Radar is a shell prompt tool that displays at-a-glance git repository status—file changes, local/remote commits, and stashes—directly i…
232579maintenance
github/VisualStudio
The GitHub Extension for Visual Studio is a VSIX plugin that adds GitHub integration to Visual Studio 2015 and newer, living mostly in the …
102508maintenance
ejwa/gitinspector
Gitinspector is a command-line statistical analysis tool for git repositories that reports per-author contribution statistics and optional …
232506maintenance
mhutchie/vscode-git-graph
A Visual Studio Code extension that renders an interactive Git commit graph for any repository. It lets users perform Git actions (branchin…
232497maintenance
techgaun/active-forks
A web application that finds the most active forks of a GitHub repository using the GitHub API. It is hosted as a static site and can also …
532420maintenance
Shougo/neobundle.vim
NeoBundle is a Vim plugin manager built as a feature-rich successor to Vundle, allowing users to declare plugins in their .vimrc and instal…
322282maintenance
jimeh/git-aware-prompt
A small shell script project that displays the current Git branch name (and dirty state) in your terminal prompt when inside a Git working …
322161maintenance
stephencelis/ghi
ghi is a command-line tool for managing GitHub Issues directly from the terminal, letting users list, open, close, edit, comment on, and la…
102120maintenance
Fakerr/git-recall
git-recall is a shell-based interactive terminal tool for browsing git commit history, with filtering by author, date range, branch, and pa…
232112maintenance
Xuyuanp/nerdtree-git-plugin
A Vim plugin that extends the NERDTree file explorer with git status indicators, showing modified, staged, untracked, and other file states…
102087maintenance
gitbase
gitbase is a SQL database interface to Git repositories, written in Go, that lets users run SQL queries over git history and the Universal …
232084maintenance
profclems/glab
GLab is an open-source command-line tool for GitLab that lets users manage issues, merge requests, and pipelines from the terminal. It supp…
102074maintenance
nadeesha/ts-prune
ts-prune is a zero-configuration CLI tool that finds potentially unused exports in TypeScript projects. It is now in maintenance mode, with…
102067maintenance
Mottie/GitHub-userscripts
A collection of JavaScript userscripts that add extra functionality to GitHub, such as code folding, table of contents, diff filters, custo…
322028maintenance
git-tfs/git-tfs
git-tfs is a two-way bridge between Team Foundation Server (TFS/TFVC) and Git, similar to git-svn. It fetches TFS changesets into a local G…
231994maintenance
thoughtbot/gitsh
gitsh is an interactive shell for git that lets you run git commands without repeatedly typing 'git'. It supports aliases, tab completion, …
231959maintenance
gitahead/gitahead
GitAhead is a graphical Git client for Windows, Linux, and macOS built with C++ and Qt, designed to help users visualize and understand the…
661947maintenance
gitless-vcs/gitless
Gitless is a version control system built on top of Git that offers a simplified, beginner-friendly command-line interface. It is fully Git…
231947maintenance

← prev page 5 / 7 next →