golang
SKILL.md
Golang
Developer toolkit for checking, validating, generating, formatting, linting, converting, and managing Go development entries. All operations are logged with timestamps and stored locally for full traceability.
Commands
| Command | Usage | Description |
|---|---|---|
check |
golang check <input> |
Record a check entry or view recent checks |
validate |
golang validate <input> |
Record a validation entry or view recent validations |
generate |
golang generate <input> |
Record a generate entry or view recent generations |
format |
golang format <input> |
Record a format entry or view recent formatting operations |
lint |
golang lint <input> |
Record a lint entry or view recent lint results |
explain |
golang explain <input> |
Record an explain entry or view recent explanations |
convert |
golang convert <input> |
Record a convert entry or view recent conversions |
template |
golang template <input> |
Record a template entry or view recent templates |
diff |
golang diff <input> |
Record a diff entry or view recent diffs |
preview |
golang preview <input> |
Record a preview entry or view recent previews |
fix |
golang fix <input> |
Record a fix entry or view recent fixes |