go-function-analysis
✓分析工作空间内的 Go 函数长度并生成统计数据(p50、p90、p99)。当您需要审核函数复杂性、识别长函数或为 Go 项目生成代码度量时使用。只分析当前工作空间内匹配 **/*.go 的文件,不包括依赖项。
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:
分析工作空间内的 Go 函数长度并生成统计数据(p50、p90、p99)。当您需要审核函数复杂性、识别长函数或为 Go 项目生成代码度量时使用。只分析当前工作空间内匹配 **/*.go 的文件,不包括依赖项。 来源:bizshuk/llm_plugin。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/bizshuk/llm_plugin --skill go-function-analysis- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-11
- 更新时间
- 2026-02-18
快速解答
什么是 go-function-analysis?
分析工作空间内的 Go 函数长度并生成统计数据(p50、p90、p99)。当您需要审核函数复杂性、识别长函数或为 Go 项目生成代码度量时使用。只分析当前工作空间内匹配 **/*.go 的文件,不包括依赖项。 来源:bizshuk/llm_plugin。
如何安装 go-function-analysis?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/bizshuk/llm_plugin --skill go-function-analysis 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/bizshuk/llm_plugin