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 import block
  • 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:

Installs
2
First Seen
Apr 1, 2026
go-import — hicker-kin/ai-context