用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/LeoKemp223/embed-ai-tool --skill static-analysis命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | static-analysis |
| description | 当需要对嵌入式 C/C++ 代码运行 cppcheck、clang-tidy 或 GCC analyzer 静态分析,或进行 MISRA-C 合规检查时使用。 |
-fanalyzer 进行代码质量审查。compile_commands.json 路径(提升 clang-tidy 准确性)。--detect 模式检测 cppcheck、clang-tidy 和 arm-none-eabi-gcc 的可用性和版本。-fanalyzer 需要 GCC 12+,脚本会检查版本号。compile_commands.json。--detect 模式。--cppcheck --source <dir> 运行 cppcheck 分析。--clang-tidy --source <dir> 运行 clang-tidy 分析。--gcc-analyzer --source <files> 运行 GCC analyzer 分析。--misra 参数启用 cppcheck MISRA addon。environment-missing。artifact-missing。compile_commands.json 指定但无效时,返回 project-config-error。target-response-abnormal。-fanalyzer 需要 GCC 12+,嵌入式交叉编译器版本可能较低。--summary 模式只输出统计数字。build-* skill。memory-analysis。