golang-dependency-managementDependency management strategies for Golang projects — go.mod management, installing/upgrading packages, Minimal Version Selection, vulnerability scanning, o...
Install via ClawdBot CLI:
clawdbot install samber/golang-dependency-managementGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/samber/cc-skills-golangAudited Apr 16, 2026 · audit v1.0
Generated May 6, 2026
A large enterprise running dozens of Go microservices needs to audit all dependencies for known vulnerabilities and license compliance before a major release. Using govulncheck and the dependency management strategies, the team can scan their entire dependency tree, identify CVEs, and ensure all licenses are compatible with corporate policy.
A SaaS company wants to keep their Go backend dependencies up-to-date automatically without breaking changes. By implementing Dependabot/Renovate with semantic versioning and patch-only upgrades, they can reduce technical debt while maintaining stability, with automated PRs and go mod tidy integration.
An open-source Go library maintainer needs to manage dependencies carefully to avoid breaking changes for downstream users. Using Minimal Version Selection and the tools.go pattern to pin dev tools, they ensure reproducible builds and seamless upgrades for consumers.
A devops team wants to optimize their CI/CD pipeline for Go projects by vendoring dependencies for hermetic builds. Implementing go mod vendor and committing vendor/ eliminates network calls during builds, reduces build times, and ensures reproducibility across environments.
After a company acquisition, two Go codebases with conflicting dependency versions need to be merged. Using go.work workspaces and conflict resolution strategies, the engineering team can resolve version conflicts, align on common dependencies, and gradually migrate without breaking existing functionality.
Offer a cloud-based service that automates Go dependency auditing, updates, and vulnerability scanning for teams. Integrate with GitHub/GitLab to provide PR-based updates, similar to Dependabot but with Go-specific optimizations like MVS-aware version bumps.
Provide consulting services to enterprises that need to clean up their Go dependency trees, implement automated update pipelines, and establish dependency governance policies. This includes training teams on best practices like go.sum verification and govulncheck integration.
Open source a dependency management CLI tool (e.g., depguard or go-mod-upgrade) and sell enterprise add-ons like advanced vulnerability prioritization, custom policy engines, or compliance reports. The free tier handles basic updates, while paid tier offers audit trails and SSO.
💬 Integration Tip
Start by running 'go mod tidy' and 'govulncheck ./...' on your existing project to establish a baseline, then gradually adopt automated update tools like Renovate with patch-only upgrades to minimize disruption.
Scored Jun 29, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.