← 返回 Skills 市场
jk625x

hgbvhjgfvgh

作者 jk625x · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ljkhlk
功能描述
Analyze test coverage gaps by comparing test files against source modules to identify untested code paths and critical functions.
使用说明 (SKILL.md)

Test Coverage Report

Identify test coverage gaps by analyzing the relationship between source modules and their corresponding test files.

Analysis Steps

  • Map each source file to its test file(s) using naming conventions (.test.ts, .spec.ts, __tests__/).
  • Identify source files with no corresponding test file.
  • For files with tests, check which exported functions and classes have test coverage.
  • Prioritize coverage gaps by risk: public API surface, error handling paths, and data mutation functions.
  • Check for test files that import from modules that no longer exist (orphaned tests).

Risk Scoring

  • Critical: Public API handlers with no test coverage.
  • High: Data mutation functions (create, update, delete) without tests.
  • Medium: Utility functions used by multiple modules without tests.
  • Low: Internal helper functions with single callers.

Output

Provide a coverage gap report sorted by risk level. For each gap, show the source file, the untested exports, and a suggested test outline.

安全使用建议
Before installing, be comfortable with the skill reading local source and test files and using shell-based inspection to build a coverage report. The artifact does not request network access, credentials, write access, or persistent behavior.
能力评估
Purpose & Capability
The stated purpose is test coverage analysis, and the artifact instructions align with mapping source files to tests, finding untested exports, detecting orphaned tests, and producing a prioritized report.
Instruction Scope
Runtime instructions are limited to analysis and reporting; they do not ask the agent to modify files, change configuration, collect credentials, override user instructions, or perform unrelated actions.
Install Mechanism
The artifact contains only markdown documentation files and no executable scripts, dependencies, install hooks, or bundled binaries; metadata shows clean static and dependency scans.
Credentials
Read filesystem access and shell permission are disclosed and proportionate for inspecting a codebase, though users should expect it to examine local source and test files.
Persistence & Privilege
No persistence, background execution, privilege escalation, credential/session access, network use, write access, or deletion behavior is requested or instructed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ljkhlk
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ljkhlk 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Version 1.0.4 - Updated metadata and documentation to focus on analyzing test coverage by mapping source modules to their test files. - Outlines steps for identifying untested code paths, including orphaned tests and missing coverage for exported functions. - Introduced a risk-based scoring system to prioritize coverage gaps (Critical, High, Medium, Low). - Describes output format: a gap report sorted by risk, listing untested exports and suggested test outlines.
元数据
Slug ljkhlk
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

hgbvhjgfvgh 是什么?

Analyze test coverage gaps by comparing test files against source modules to identify untested code paths and critical functions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。

如何安装 hgbvhjgfvgh?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ljkhlk」即可一键安装,无需额外配置。

hgbvhjgfvgh 是免费的吗?

是的,hgbvhjgfvgh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

hgbvhjgfvgh 支持哪些平台?

hgbvhjgfvgh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 hgbvhjgfvgh?

由 jk625x(@jk625x)开发并维护,当前版本 v1.0.4。

💬 留言讨论