go-function-analysis
Installation
SKILL.md
Go Function Analysis
Overview
This skill analyzes all Go functions in a workspace and generates:
- A complete list of functions with their line counts and maximum call depths
- 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