go-ci

Installation
SKILL.md

Go CI

A Go pipeline has exactly four gates: build, vet/lint, test with race detector, vulnerability scan. Everything else is optimization.

1. Baseline GitHub Actions Workflow

name: ci
on:
  push:
    branches: [main]
  pull_request:

permissions:
  contents: read
Installs
49
GitHub Stars
71
First Seen
Jul 14, 2026
go-ci — eduardo-sl/go-agent-skills