wk-workstyle-go
Installation
SKILL.md
Workstyle — Go
Enforces idiomatic Go authoring conventions on every .go file the agent
writes or edits. Part of the wk-workstyle family. Project settings are
authoritative — this skill fills gaps only, never overrides. When a
linter/formatter config governs a rule below, that config wins; see
wk-workstyle Step 0 for the project-style-authority probe.
When to Use
Auto-invoked whenever the agent writes or edits a .go file. Trigger contexts:
- Creating, editing, or refactoring any
.gosource or_test.gofile. - Writing functions that return an
error. - Adding or modifying exported identifiers in a package.
- Acquiring resources that need cleanup (open files, locks, connections).
Manual: /wk-workstyle-go scan (full working tree) · /wk-workstyle-go check <path> (one file).