Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install JetBrains/go-modern-guidelines. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

JetBrains/go-modern-guidelines Installation Guide

How to install JetBrains/go-modern-guidelines. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for JetBrains/go-modern-guidelines. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i JetBrains/go-modern-guidelines
or

Install via npx

npx @hexmos/ipm i JetBrains/go-modern-guidelines

Prerequisites

Go toolchain

runtime

Version: 1.25 or newer

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Junie CLI

/extensions marketplace add JetBrains/go-modern-guidelines

/extensions install modern-go-guidelines

Junie CLI - Update

/extensions update modern-go-guidelines

Claude Code Installation

/plugin marketplace add JetBrains/go-modern-guidelines

/plugin install modern-go-guidelines@goland-claude-marketplace

Claude Code Update (Manual)

claude plugin marketplace update goland-claude-marketplace

claude plugin update modern-go-guidelines@goland-claude-marketplace

Codex Installation

codex plugin marketplace add JetBrains/go-modern-guidelines

codex plugin add modern-go-guidelines@goland-codex-marketplace

Codex Update

codex plugin marketplace upgrade goland-codex-marketplace

codex plugin remove modern-go-guidelines@goland-codex-marketplace

codex plugin add modern-go-guidelines@goland-codex-marketplace

Cursor Installation

cursor-agent plugin marketplace add https://github.com/JetBrains/go-modern-guidelines

/plugins

Cursor Update

cursor-agent plugin marketplace update goland-cursor-marketplace

/plugins

Other Agents (via skills.sh)

npx skills add JetBrains/go-modern-guidelines

Other Agents (via skills.sh) - Update

npx skills update use-modern-go -p -y

Local Development Install

make dev-install

export GO_MODERN_GUIDELINES_DEV=1

Local Development Uninstall

make dev-uninstall

unset GO_MODERN_GUIDELINES_DEV