use-git-agent
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.
Commit workflow
-
Intent — derive a one-sentence intent from the conversation. If no signal exists, run
git diff --statto understand what changed, then form the intent from that. -
Commit — run:
git-agent commit --intent "..."No provider flags on the first attempt.
-
On auth error (401 / missing key) — retry once with
--free:git-agent commit --intent "..." --free
More from gitagenthq/git-agent-cli
verify
Run the full test suite (all packages including e2e) via `make test`. Use after making changes to confirm nothing is broken.
1build-release
Build git-agent with embedded credentials (CLIENT_TOKEN, WORKER_URL, MODEL) via scripts/build.sh. Use when you need a fully functional binary for manual testing or pre-release verification.
1