go-code-reviewer

Identify defects in Go code using repository policy sources and constitution rules.

29|5|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/johnqtcg/awesome-skills --skill go-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-code-reviewer
Source: https://github.com/johnqtcg/awesome-skills/tree/main/skills/go-code-reviewer
Command: npx skills add https://github.com/johnqtcg/awesome-skills --skill go-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Go code reviews often miss defects hidden behind surface-level lint or style checks; this skill adopts a defect-first, policy-driven approach to surface real risks in Go code.

Core Features & Use Cases

  • Defect-first review against repository policy sources (constitution.md, AGENTS.md) and local conventions.
  • Evidence-based risk analysis covering concurrency, error handling, API usage, and security considerations.
  • Output a structured, policy-aligned review that can drive PR comments and risk mitigation.

Quick Start

Trigger a defect-first Go code review on a PR to surface policy-aligned findings.

Frequently Asked Questions about go-code-reviewer

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

FAQPage Schema
How do I perform a defect-first Go code review on a pull request?

A defect-first Go code review surfaces real risks by checking code against repository policy sources like constitution.md and AGENTS.md. It targets concurrency, error handling, and security defects rather than surface-level style issues.

What is a policy-driven Go code review and how does it work?

A policy-driven Go code review evaluates code against local conventions and constitution rules to output a structured, policy-aligned review. It applies evidence-based risk analysis to drive PR comments and risk mitigation.

Can I use repository policy files to automate Go static analysis and risk detection?

Yes, you can use repository policy files like constitution.md and AGENTS.md to automate Go static analysis. The review applies these local conventions to detect regression risks and output structured findings.

Does this Go code review approach check for concurrency and security defects?

This Go code review checks for concurrency and security defects using evidence-based risk analysis. It evaluates API usage and error handling to ensure policy-aligned risk mitigation in your PR reviews.

What is the best way to find hidden defects in Go code beyond standard linting?

The best way to find hidden defects in Go code is a defect-first review that applies constitution rules and local conventions. It bypasses standard lint checks to perform deep risk analysis on concurrency and security.

When should I use a gate-based workflow for Go code quality checks?

You should use a gate-based workflow for Go code quality checks when you need structured execution modes to enforce repository policy. It outputs policy-aligned findings to drive PR comments and block regressions.