static-analysis

Installation
SKILL.md

Static Analysis

When to Use

  • Security or correctness checks are requested, or to reproduce CI static-analysis failures locally.

Rules

  • Use repository-standard tooling where configured.
  • Summarize findings by severity and provide minimal remediation steps.
  • Avoid suppressing issues unless instructed.

Commands

  • go vet -v ./...
  • gosec ./...
  • govulncheck ./...

Cross-Platform Vet

Related skills
Installs
1
Repository
pilinux/gorest
GitHub Stars
494
First Seen
Mar 2, 2026