go-code-review

Score Go code reviews by applying fixed deductions to a base score of 100.

3|2|Updated Jun 13, 2025
One-click install
npx skills add https://github.com/poteto-go/go-alchemy-sdk --skill go-code-review-poteto-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-code-review
Source: https://github.com/poteto-go/go-alchemy-sdk/tree/main/.gemini/skills/go-code-review
Command: npx skills add https://github.com/poteto-go/go-alchemy-sdk --skill go-code-review-poteto-go

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, objective scoring framework for Go code reviews, standardizing assessments by starting from a base score of 100 and applying category-based deductions.

Core Features & Use Cases

  • Deduction-based scoring: apply specified deductions for issues such as bidirectional dependencies, duplicated logic, and project design violations.
  • Test quality and coverage guidance: includes WhiteBox vs BlackBox considerations and test-package conventions to guide reviewers.
  • Comprehensive scoring workflow: produces a final score along with a detailed deduction breakdown for reproducible reviews.

Quick Start

Run a review by starting at 100 and apply the documented category deductions to produce a final score.

Frequently Asked Questions about go-code-review

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

FAQPage Schema
How do I score Go code reviews objectively?

To score Go code reviews objectively, apply a fixed deduction rubric to a base score of 100, subtracting points for issues like bidirectional dependencies, duplicated logic, and design violations to yield a final score.

What are common risk categories for deducting points in a Go static analysis code review?

Common risk categories for Go code review deductions include bidirectional dependencies, duplicated logic, project design violations, and test quality issues, which are quantified from a starting score of 100.

How do I evaluate Go test quality during a code review?

Evaluate Go test quality during a code review by applying rubric deductions based on WhiteBox versus BlackBox testing considerations and test-package conventions to ensure comprehensive coverage.

Can I use a deduction-based scoring rubric across different Go projects?

Yes, you can use a deduction-based scoring rubric across different Go projects by defining categories and severity levels, applying the fixed deductions to the base score of 100 for each review.

What is the best way to standardize Go code review assessments?

The best way to standardize Go code review assessments is using a structured scoring framework that outputs a final score alongside a detailed deduction breakdown for reproducible reviews.