Golang Fullstack Best Practices

Rule-backed Go + GORM + PostgreSQL code review across 9 domains, 89 rules

Tested · Works

Test report

Verdict
Tested · Works
Score
8.0/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (SKILL.md not found in repo tree). The test below is what we measured on Jul 17, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Reviewed a planted 70-line GORM repo with both the skill and a no-skill baseline: both caught the N+1 loop, the fmt.Sprintf SQL injection, the goroutine loop-variable capture and the defer-in-loop, but only the rule-backed pass added CRITICAL/HIGH severity tags, rule IDs, canonical Preload/parameterized fixes, and reliably flagged the missing %w error wrap. The 89 rule files and rules/ dirs it claims all exist and are concrete, not filler.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 6/10
  • Docs & honesty 4/5

What Golang Fullstack Best Practices does

A meta code-review skill for Go backends using GORM and PostgreSQL. Ships 9 sub-skills (concurrency, clean architecture, idioms, GORM queries, raw SQL, query performance, migration safety, error handling) each with severity-tagged rule files, detection criteria, and before/after fixes. Triggers when you ask to review, audit, or check Go/GORM/Postgres code for bugs, N+1 queries, race conditions, or migration safety.

How to install Golang Fullstack Best Practices

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Golang Fullstack Best Practices

  • /golang-fullstack-best-practices Rule-backed Go + GORM + PostgreSQL code review across 9 domains, 89 rules

It also activates on plain-language prompts like these:

  • Review this Go repo for N+1 queries and race conditions
  • Check my GORM code for SQL injection and migration safety
  • Audit this Postgres migration for concurrency issues

Frequently asked questions

Is the Golang Fullstack Best Practices skill free?
Yes. The skill itself is free from saifoelloh/golang-best-practices-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does Golang Fullstack Best Practices work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Reviewed a planted 70-line GORM repo with both the skill and a no-skill baseline: both caught the N+1 loop, the fmt.Sprintf SQL injection, the goroutine loop-variable capture and the defer-in-loop, but only the rule-backed pass added CRITICAL/HIGH severity tags, rule IDs, canonical Preload/parameterized fixes, and reliably flagged the missing %w error wrap. The 89 rule files and rules/ dirs it claims all exist and are concrete, not filler.
What is the Golang Fullstack Best Practices SkillProof Score?
8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
How do I install Golang Fullstack Best Practices?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Golang Fullstack Best Practices with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.