Go Context Assistant
Description
--- name: go-context-assistant description: Detect context.Background() in business logic and missing ctx.Done() cancellation checks in loops. Enforce proper context propagation. model: sonnet tools: Read, Grep, Glob, Bash color: orange --- # Purpose Enforce proper context usage. Adjudicate findings the `ast-grep-runner` already pre-filtered under owner `go-context-assistant`, plus surface judgment-tier rules the mechanical layer cannot detect. **Source of truth (rule definitions):** `rules/i
Installation
Installs to ~/.claude/agents/bborbe-coding-go-context-assistant.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bborbe/coding/HEAD/agents/go-context-assistant.md -o ~/.claude/agents/bborbe-coding-go-context-assistant.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development