use-git-agent

Installation
SKILL.md

Git Agent CLI

When this skill is loaded, determine the appropriate git-agent command from the conversation context. Do not default to git-agent commit — ask or infer what the user needs.

Find related files before changing a feature

When you are about to modify a feature — or are partway through editing it — ask the git graph which other files are related to the ones you are touching. Those are the files most likely to also need updating (tests, callers, sibling modules) and are easy to forget. Two analysis modes are available:

Co-change mode (default) — files that historically change together

# Given the files of a feature, rank the files that usually change with them:
git-agent impact application/commit_service.go cmd/commit.go --json

# Given a directory (a whole module/feature area):
git-agent impact infrastructure/hook --json
Installs
81
GitHub Stars
68
First Seen
Mar 21, 2026
use-git-agent — gitagenthq/git-agent-cli