·valgrind

用于内存错误检测和缓存分析的 Valgrind 分析器技能。在运行 Memcheck 时使用以查找堆损坏、释放后使用、内存泄漏或未初始化的读取;或 Cachegrind/Callgrind 用于缓存模拟和功能级分析。在有关 valgrind、memcheck、堆泄漏、无消毒剂的释放后使用、cachegrind、callgrind、KCachegrind 或 Massif 内存分析的查询时激活。

27安装·0热度·@mohitmishra786

安装

$npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill valgrind

如何安装 valgrind

通过命令行快速安装 valgrind AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill valgrind
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:mohitmishra786/low-level-dev-skills。

SKILL.md

查看原文

Guide agents through Valgrind tools: Memcheck for memory errors, Cachegrind for cache simulation, Callgrind for call graphs, and Massif for heap profiling.

Compile with -g -O1 for best results. -O0 is also fine; avoid -O2+ which can produce false positives.

| --leak-check=full | summary | Full leak details | | --show-leak-kinds=all | definite | Show all leak kinds | | --track-origins=yes | no | Show where uninit values came from (slow) | | --error-exitcode=N | 0 | Exit N if errors found (CI integration) | | --log-file=file | stderr | Save report to file | | --suppressions=file | none | Suppress known FPs |

用于内存错误检测和缓存分析的 Valgrind 分析器技能。在运行 Memcheck 时使用以查找堆损坏、释放后使用、内存泄漏或未初始化的读取;或 Cachegrind/Callgrind 用于缓存模拟和功能级分析。在有关 valgrind、memcheck、堆泄漏、无消毒剂的释放后使用、cachegrind、callgrind、KCachegrind 或 Massif 内存分析的查询时激活。 来源:mohitmishra786/low-level-dev-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill valgrind
分类
</>开发工具
认证
收录时间
2026-02-22
更新时间
2026-03-10

Browse more skills from mohitmishra786/low-level-dev-skills

快速解答

什么是 valgrind?

用于内存错误检测和缓存分析的 Valgrind 分析器技能。在运行 Memcheck 时使用以查找堆损坏、释放后使用、内存泄漏或未初始化的读取;或 Cachegrind/Callgrind 用于缓存模拟和功能级分析。在有关 valgrind、memcheck、堆泄漏、无消毒剂的释放后使用、cachegrind、callgrind、KCachegrind 或 Massif 内存分析的查询时激活。 来源:mohitmishra786/low-level-dev-skills。

如何安装 valgrind?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill valgrind 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/mohitmishra786/low-level-dev-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-22