Real Skill packageSource verifiedClawHub registry

Go Linter Configuration

Configure and troubleshoot golangci-lint for Go projects. Handle import resolution issues, type-checking problems, and optimize configurations for both local and CI environments.

Identity and source

Publisher attributionirook661registry owner unverified by skillvetai
Functional categoryAwaiting category reviewreview pending · 0% rule confidence
Package forminstruction bundle2 recorded files
Canonical sourceClawHub registryclawhub:irook661:go-linter-configuration
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/22/2026.claude/skills/go-linter-configuration

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/22/2026.agents/skills/go-linter-configuration

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/22/2026skills/go-linter-configuration

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @irook661/go-linter-configuration
clawhub inspect @irook661/go-linter-configuration --version 1.0.0

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
2 / 2 inspected as text
Checked
8/22/2026, 1:06:23 PM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highRemote content is piped directly to a shellSKILL.md:22 · confidence 98%curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
mediumRemote installer is downloaded without an integrity checkSKILL.md:22 · confidence 70%curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
1 inferred permission indicators
  • network access — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: golang.org
  • api: raw.githubusercontent.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
7/10/2026, 3:22:50 AM
Release binding
Matches this record
  • vt: suspicious
  • skillspector: clean
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:6c126b8f8af0ea0c538391865bd505d81621c0d1c2afdb8002c2f68d2033885c
Show up to 2 recorded paths
  • skill-card.md
  • SKILL.md

Source changelog

Initial release of go-linter-configuration skill. - Provides guidance for configuring and troubleshooting golangci-lint in Go projects. - Covers solutions for import resolution and type-checking issues, and optimizing for local and CI environments. - Includes installation scripts for Go and golangci-lint. - Offers minimal and standard .golangci.yml templates tailored for CI or local usage. - Contains troubleshooting advice and recommended CI/CD workflow integration. - Lists core linter recommendations based on project use case.