关于
This skill establishes a rigorous verification workflow for Go developers using Claude, ensuring that every code modification—whether it is a new feature, a bug fix, or a refactor—is technically sound and follows best practices. It guides Claude through a strict sequence of formatting with go fmt, linting with golangci-lint, compilation checks, and test execution. By providing a standardized reporting format and an intelligent decision tree for handling pre-existing technical debt versus new issues, it ensures high-quality contributions while maintaining development velocity.