What problem does it solve?
Go projects often struggle to design reliable CI workflows that reflect local builds and repository shape. This skill helps create or refactor GitHub Actions workflows for Go repositories, ensuring Makefile targets, caching, tool pinning, and security considerations are aligned with how the project actually runs.
Core Features & Use Cases
- Create or refactor .github/workflows/*.yml for Go repositories to mirror local task entrypoints and Makefile targets
- Enforce repository shape awareness, caching, tool pinning, and gated execution to improve reliability and security
- Support reusable workflows, and a structured gate design to guide CI decisions in varied repository shapes (single module, multi-module, monorepo, Docker-heavy)
Quick Start
Use this skill on a Go project to generate or refactor GitHub Actions workflows that reflect your repository’s Makefile targets and local CI.