go-import
Installation
SKILL.md
Go Import Sorting
Summarizes and applies the import sorting rule from ai_go/v1/rules/code_style.md.
When to apply
Apply this skill when:
- Adding or editing any Go
importblock - Reviewing pull requests for Go style compliance
- Refactoring package paths or moving files across modules
- Running formatting checks before commit
Mandatory rule
Go imports MUST be grouped with blank lines between groups, in this order: