golang-linterProvides linting best practices and golangci-lint configuration for Go projects. Covers running linters, configuring .golangci.yml, suppressing warnings with...
Install via ClawdBot CLI:
clawdbot install samber/golang-linterGrade 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 18, 2026 · audit v1.0
Generated May 6, 2026
A development team integrates golangci-lint into their CI pipeline using GitHub Actions. Each pull request automatically triggers linting of new and changed code, ensuring code quality standards are met before merging.
A team adopts linting on a large legacy Go project. They configure new-from-rev and use parallel sub-agents to fix issues across different linter categories, gradually improving code quality without disrupting ongoing development.
A company uses the linting setup to enforce coding standards for new hires. The recommended .golangci.yml and nolint directive references help new developers quickly learn best practices and avoid common mistakes.
A popular Go open source project enforces linting via CI and Makefile targets. Contributors must run golangci-lint before submitting PRs, reducing maintainer burden and ensuring consistent code style across contributions.
Offer a managed service that configures and maintains golangci-lint setups for client projects, including CI integration and custom rule sets.
Provide consultancy services for teams to adopt linting best practices, including legacy cleanup, training, and custom rule configuration.
Build a SaaS platform that aggregates lint metrics, tracks code quality trends, and provides recommendations, integrated with golangci-lint.
💬 Integration Tip
Start with the recommended .golangci.yml and run golangci-lint --fix on new code only using issues.new-from-rev to avoid overwhelming legacy code.
Scored Jun 21, 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.