verasic-github-env
Installation
SKILL.md
Security: see references/scanner-notes.md and upstream SECURITY.md for expected scanner signals and trust model.
Verasic GitHub Env — Local Agent Harness Auth
Workflows
All paths below assume the Cursor install root; installed elsewhere (e.g. .agents/skills/), adjust the prefix — the scripts themselves are install-root-agnostic. /verasic-init runs the bootstrap for you.
Bootstrap path — wire a repo once:
- Read
references/setup-protocol.md(in this skill's directory) for secrets tiers and PAT permissions. - From the repo root:
bash .cursor/skills/verasic-github-env/scripts/bootstrap.sh(or/verasic-setup-githubin Cursor, or let/verasic-initdo it). - User creates
.github-agent.localwithGH_TOKEN(never commit). - Verify:
bash .cursor/skills/verasic-github-env/scripts/check-gh.sh
Runtime path — before any gh command:
- If
GH_TOKENis unset, load credentials without executing env files: