go-workflow
Issue-to-PR workflow automation with git worktree management.
| Command | Description |
|---------|-------------|
| /start-issue | Start working on an issue (auto-detects bug vs feature) |
| /address-review [PR] | Address PR review comments, make fixes, reply, and resolve |
| /create-worktree | Create a new git worktree for a GitHub issue |
| /commit | Create a git commit with auto-generated message |
| /remove-worktree | Interactively select and remove a git worktree |
| /prune-worktree | Batch cleanup of all completed issue worktrees |
The /start-issue command handles the full issue-to-PR workflow:
- Fetches issue details including all comments
- Offers worktree creation for isolated work
- Auto-detects issue type (bug β
fix/ branch, feature β feat/ branch) - Routes to appropriate TDD or implementation workflow
The /address-review command automates PR review handling:
- Addresses feedback from human and bot reviewers
- Auto-resolves review threads after fixes
- Requests re-review from bot reviewers (Codex, CodeRabbit, Greptile)
go-dev
Go-specific development tools with idiomatic best practices.
| Command | Description |
|---------|-------------|
| /test-gen | Generate comprehensive Go tests with table-driven patterns |
| /lint-fix [path] | Auto-fix Go linting issues with golangci-lint |
| /explain | Deep-dive explanation of Go code with diagrams |
productivity
Standup reports and git productivity helpers.
| Command | Description |
|---------|-------------|
| /standup [timeframe] | Generate standup notes from recent git activity |
| /weekly-summary [weeks] | Generate weekly work summary with metrics |
| /changelog [since] | Generate changelog from commits since last release |
| /release [bump] | Create a new release with version bump and changelog |
gopher-guides
Go best practices guidance powered by Gopher Guides training materials.
API Endpoints (all platforms via REST):
/api/gopher-ai/practices - Get prescriptive guidance on Go topics/api/gopher-ai/audit - Audit Go code against best practices/api/gopher-ai/examples - Find code examples for specific patterns/api/gopher-ai/review - Review PRs/diffs against training materials
Requires GOPHER_GUIDES_API_KEY environment variable.
llm-tools
Multi-LLM integration for second opinions and task delegation.
| Command | Description |
|---------|-------------|
| /codex | Delegate tasks to OpenAI Codex CLI |
| /gemini | Query Google Gemini for analysis |
| /ollama | Use local models (data stays on your machine) |
| /llm-compare | Compare responses from multiple LLMs |
| /convert | Convert between formats (JSONβTS, SQLβPrisma, etc.) |
go-web
Opinionated Go web app scaffolding with our recommended stack.
| Command | Description |
|---------|-------------|
| /create-go-project | Scaffold a new Go web app from scratch |
| /convert-to-go-project | Migrate Express/Django/Laravel/Next.js to Go |
The Stack: Go + Echo v4, Templ, HTMX, Alpine.js, Tailwind CSS v4, sqlc, goose, Air
tailwind
Tailwind CSS v4 tools for initialization, auditing, migration, and optimization.
| Command | Description |
|---------|-------------|
| /tailwind-init | Initialize Tailwind CSS v4 in a project |
| /tailwind-migrate | Migrate from Tailwind v3 to v4 |
| /tailwind-audit | Audit Tailwind usage for best practices |
| /tailwind-optimize | Optimize Tailwind configuration and usage |
MCP Tools (Claude Code only):
search_tailwind_docs - Search Tailwind CSS documentationget_tailwind_utilities - Get utility classes for CSS propertiesget_tailwind_colors - Get color palette informationconvert_css_to_tailwind - Convert CSS to Tailwind utilities