·log-coverage-analyzer
</>

log-coverage-analyzer

openharmonyinsight/openharmony-skills

分析代码库日志覆盖率,确保所有功能分支都有LOGE/LOGI日志,识别高频日志风险。支持多种编程语言(C++、Java、Python、JavaScript等)

10安装·1热度·@openharmonyinsight

安装

$npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill log-coverage-analyzer

SKILL.md

This skill performs comprehensive log coverage analysis for code repositories. It identifies logging deficiencies in call chains and detects high-frequency log risks that may impact performance.

| LOGE | Always prints, never lost | Critical - Must exist on all error return paths | | LOGI | Always prints, may be lost if high-frequency triggered at same location | Important - Success paths, key operations | | LOGD | Only prints when debug switch enabled | Optional - Debug information only |

| LOGW | Only prints when debug switch enabled | Optional - Warning information only |

分析代码库日志覆盖率,确保所有功能分支都有LOGE/LOGI日志,识别高频日志风险。支持多种编程语言(C++、Java、Python、JavaScript等) 来源:openharmonyinsight/openharmony-skills。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill log-coverage-analyzer
分类
</>开发工具
认证
收录时间
2026-02-13
更新时间
2026-02-18

快速解答

什么是 log-coverage-analyzer?

分析代码库日志覆盖率,确保所有功能分支都有LOGE/LOGI日志,识别高频日志风险。支持多种编程语言(C++、Java、Python、JavaScript等) 来源:openharmonyinsight/openharmony-skills。

如何安装 log-coverage-analyzer?

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

这个 Skill 的源码在哪?

https://github.com/openharmonyinsight/openharmony-skills