·go-function-analysis
{}

go-function-analysis

bizshuk/llm_plugin

Analyze Go function lengths within a workspace and generate statistics (p50, p90, p99). Use when you need to audit function complexity, identify long functions, or generate code metrics for Go projects. Only analyzes files matching **/*.go within the current workspace, excluding dependencies.

6Installs·2Trend·@bizshuk

Installation

$npx skills add https://github.com/bizshuk/llm_plugin --skill go-function-analysis

SKILL.md

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

Find all .go files in the workspace, excluding common dependency directories:

For each .go file, use the helper script to extract function information:

Analyze Go function lengths within a workspace and generate statistics (p50, p90, p99). Use when you need to audit function complexity, identify long functions, or generate code metrics for Go projects. Only analyzes files matching **/*.go within the current workspace, excluding dependencies. Source: bizshuk/llm_plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bizshuk/llm_plugin --skill go-function-analysis
Category
{}Data Analysis
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is go-function-analysis?

Analyze Go function lengths within a workspace and generate statistics (p50, p90, p99). Use when you need to audit function complexity, identify long functions, or generate code metrics for Go projects. Only analyzes files matching **/*.go within the current workspace, excluding dependencies. Source: bizshuk/llm_plugin.

How do I install go-function-analysis?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bizshuk/llm_plugin --skill go-function-analysis Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/bizshuk/llm_plugin

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-11