go

Classify Go-related intents and orchestrate review, lint, security, and quality tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kengou/go-guardian --skill go-kengou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/kengou/go-guardian/tree/main/skills/go
Command: npx skills add https://github.com/kengou/go-guardian --skill go-kengou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Go projects often require coordinating reviews, lint, security checks, tests, and documentation across multiple tools and teams. This skill centralizes and orchestrates those workflows for Go code, ensuring consistent governance and faster feedback.

Core Features & Use Cases

  • Unified /go workflow: routes to per-dimension reviewers based on intent and repository changes.
  • Deterministic Stage 1 routing and a single, cached scan that generates artifacts for downstream gates.
  • On-demand references and assets to provide context during reviews and planning.

Quick Start

Invoke the Go orchestrator with a subcommand like review on your project path.

Frequently Asked Questions about go

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate code review and security checks for Go projects?

You can orchestrate code review and security checks for Go projects by routing intents through a unified workflow that coordinates per-dimension reviewers, lint, and vulnerability scans. It centralizes governance by generating cached scan artifacts for downstream gates.

What is the best way to automate lint and vulnerability checks in a Go workflow?

Automating lint and vulnerability checks in a Go workflow is best handled by a single cached scan that generates artifacts for downstream gates. This approach coordinates per-dimension reviewers to ensure consistent quality and faster feedback.

Does this Go review orchestrator work with repositories containing go.mod and go.sum files?

Yes, this Go review orchestrator works directly with repositories containing go.mod and go.sum files. It classifies Go-related intents and applies workflows to codebases with these source files for deterministic routing.

How do I route Go repository changes to the correct testing and review reviewers?

You route Go repository changes to the correct testing and review reviewers using deterministic Stage 1 routing. This mechanism classifies intents based on repository changes and directs them to per-dimension reviewers.

Can I get on-demand context references during a Go code review?

Yes, you can get on-demand context references during a Go code review. The orchestrator provides on-demand references and assets to supply necessary context while evaluating code changes and planning documentation.

Why coordinate testing and documentation planning across multiple teams for Go code?

Coordinating testing and documentation planning across multiple teams for Go code ensures consistent governance and faster feedback. Centralizing these workflows eliminates tool fragmentation and applies unified quality gates across all project dimensions.