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.

Commit workflow

  1. Intent — derive a one-sentence intent from the conversation. If no signal exists, run git diff --stat to understand what changed, then form the intent from that.

  2. Commit — run:

    git-agent commit --intent "..."
    

    No provider flags on the first attempt.

  3. On auth error (401 / missing key) — retry once with --free:

    git-agent commit --intent "..." --free
    
Related skills
Installs
67
GitHub Stars
65
First Seen
Mar 21, 2026