com um clique
git-agent-cli
git-agent-cli contém 3 skills coletadas de GitAgentHQ, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Operates the git-agent CLI — atomic AI commits plus co-change relations for agents, all-language, offline, no API key. Use it whenever the user wants to commit or set up git-agent; when you are about to modify a feature and need the files that historically move with it, with the commits that explain the coupling (related); when deciding which tests to run after a change (related --tests); or when checking the co-change index health (status). All related and status queries are read-only and offline (no LLM, no API key); only commit and init --scope need a provider.
Run the full test suite (all packages including e2e) via `make test`. Use after making changes to confirm nothing is broken.
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.