build-release
Installation
SKILL.md
Build the binary with embedded credentials from .env:
bash scripts/build.sh
This script:
- Loads
.env(or uses CI env vars if already set) - Validates that
CLIENT_TOKEN,WORKER_URL, andMODELare present - Compiles with
-ldflagsto embed credentials and strip debug symbols - Outputs the binary to the name specified by
OUTPUT(defaults togit-agent)
If the build fails due to missing env vars, check that .env exists and contains the required keys. See .env.example for the expected format.
Related skills
More from gitagenthq/git-agent-cli
use-git-agent
Operates the git-agent CLI — commits, init, config, and provider setup via ~/.config/git-agent/config.yml or git config. Provider CLI overrides belong in exception flows only. Use whenever the user mentions git-agent, wants to commit/init, or needs to configure a provider.
67verify
Run the full test suite (all packages including e2e) via `make test`. Use after making changes to confirm nothing is broken.
1