소개
This skill provides a comprehensive framework for documenting Go projects according to official godoc standards. It helps developers generate clean, idiomatic documentation for packages, functions, types, and examples while ensuring all exported symbols are properly described. By enforcing consistent formatting and clear explanation patterns, this skill ensures that your Go codebase remains maintainable, readable, and fully compatible with automated tools like pkg.go.dev and internal documentation generators.