go-review-lead

Solid

Orchestrate a comprehensive Go code review by triaging code changes, dispatching vertical review skills (security, concurrency, error, logic, performance, quality, test, observability) as parallel agents, then consolidating results into a unified report. Use for full Go PR review or comprehensive code review. Replaces the monolithic go-code-reviewer with focused parallel analysis.

AI & Automation 27 stars 5 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Go Review Lead — Orchestrator ## Purpose Triage Go code changes and dispatch vertical review skills as parallel agents, then consolidate their findings into a unified report. This skill is the entry point for comprehensive Go code review. **Critical rule**: The Lead Agent only **triages and consolidates**. It never reviews code itself. All code review happens in vertical skill agents. ## Quick Reference | When you need to… | Jump to | |---|---| | Analyze diff scope + select review depth | §Step 1 + §Step 1.5 | | Run compile pre-check | §Step 2 | | Triage → decide which agents to dispatch | §Step 3 (Triage Rules) | | Dispatch agents in parallel | §Step 3 (Dispatch) — all calls in one response | | Deduplicate and consolidate findings | §Step 4 | | Format the final report | §Report Format | | See a complete formatted report example | Load `references/example-output.md` | | Worker findings JSON contract (dispatch + parse) | Load `references/findings-schema.md` | ## When To Use - Full Go PR review or comprehensive code review requested - User asks for "Go code review" without specifying a specific dimension - Need to cover multiple review dimensions in one pass ## When NOT To Use - User explicitly asks for single-dimension review (e.g., "check security only") → dispatch the specific vertical skill directly - Non-Go code review ## Workflow ### Step 1: Analyze Scope Run the following commands to gather triage data. **Diff against the merge-base of the main branch** so mu...

Details

Author
johnqtcg
Repository
johnqtcg/awesome-skills
Created
4 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category