go-review

Review Go code for bugs, security, and Clean Architecture adherence.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/victorzhuk/go-ent --skill go-review-victorzhuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-review
Source: https://github.com/victorzhuk/go-ent/tree/main/pkg/skills/go/go-review
Command: npx skills add https://github.com/victorzhuk/go-ent --skill go-review-victorzhuk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of code review for Go projects, ensuring adherence to best practices, clean code principles, and maintainability standards.

Core Features & Use Cases

  • Pattern Enforcement: Validates adherence to Clean Architecture and SOLID principles.
  • Quality Checks: Performs automated code review focusing on critical issues like bugs, security, and maintainability.
  • Contextual Feedback: Provides constructive and actionable feedback, considering legacy code, time pressure, and team standards.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential issues in Go pull requests before they are merged, improving overall code quality.

Quick Start

Use the go-review skill to analyze the provided Go code for potential issues.

Frequently Asked Questions about go-review

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

FAQPage Schema
How do I perform an automated Go code review for bugs and security issues?

To perform an automated Go code review, submit your Go project code for analysis. The review identifies critical bugs and security vulnerabilities while prioritizing them over minor style preferences, offering constructive, actionable feedback.

What Go code review checks are performed for clean code and maintainability?

Go code review checks validate adherence to Clean Architecture and SOLID principles to ensure maintainability. The process focuses on structural patterns and best practices rather than purely superficial formatting choices.

Can I use automated code review for legacy Go code under time pressure?

Yes, you can review legacy Go code under time pressure. The review provides contextual feedback tailored to your project constraints, adjusting its recommendations based on existing legacy structures and current team standards.

How do I integrate Go code review into a CI/CD pipeline for pull requests?

Integrate Go code review into your CI/CD pipeline to automatically flag potential issues in Go pull requests before merging. This continuous analysis improves overall code quality by catching bugs and maintainability issues early.

Does the Go code review enforce SOLID principles and Clean Architecture?

Yes, the Go code review enforces SOLID principles and validates adherence to Clean Architecture. It analyzes your codebase patterns to ensure structural integrity and maintainability according to these established software engineering standards.