go-function-analysis

Installation
SKILL.md

Go Function Analysis

Overview

This skill analyzes all Go functions in a workspace and generates:

  1. A complete list of functions with their line counts and maximum call depths
  2. Statistical analysis (p50, p90, p99 percentiles)

When to Use

Use this skill when:

  • Auditing code complexity in a Go project
  • Identifying long functions that may need refactoring
  • Generating code metrics for documentation
  • Reviewing function size distribution

How to Execute

Related skills
Installs
18
First Seen
Feb 6, 2026