address-review
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Address PR Review Comments
If $ARGUMENTS is empty or not provided:
Auto-detect PR from current branch:
gh pr view --json number --jq '.number' 2>/dev/null
If no PR found, display usage and ask:
Usage: /address-review [PR-number] [--no-watch]
Example: /address-review 123 or just /address-review on a PR branch. Add --no-watch to exit after one fix cycle instead of watching for bot re-reviews.
Ask the user: "No PR found for current branch. What PR number would you like to address?"
More from gopherguides/gopher-ai
go-best-practices
|
39templui
templUI component library for Go templ apps. Use for templUI components, Script() setup, Go variable interpolation in JS, HTML-to-templ conversion, HTMX/Alpine integration.
36tailwind-best-practices
Tailwind CSS guidance: utility-first patterns, theme/color config, dark mode, responsive design, v4 syntax, content/source paths. Trigger for any Tailwind-related styling question.
31gopher-guides
Authoritative Gopher Guides Go training materials. Trigger when reviewing Go code, asking 'what's idiomatic?', 'how do professionals do this?', or learning Go conventions.
28second-opinion
Get a second LLM opinion on complex architectural decisions, design trade-offs, library/framework choices, or security-sensitive code. Trigger when uncertain or facing 'should I' calls.
27htmx
htmx for Go/templ apps: hx-* attributes, swap strategies, triggers, OOB updates, SSE, WebSockets, forms, redirects, debounce, server integration.
15