← Back to Skills Marketplace
jk625x

hgbvhjgfvgh

by jk625x · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ljkhlk
Description
Analyze test coverage gaps by comparing test files against source modules to identify untested code paths and critical functions.
README (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.

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ljkhlk
  3. After installation, invoke the skill by name or use /ljkhlk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ljkhlk
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is hgbvhjgfvgh?

Analyze test coverage gaps by comparing test files against source modules to identify untested code paths and critical functions. It is an AI Agent Skill for Claude Code / OpenClaw, with 49 downloads so far.

How do I install hgbvhjgfvgh?

Run "/install ljkhlk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is hgbvhjgfvgh free?

Yes, hgbvhjgfvgh is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does hgbvhjgfvgh support?

hgbvhjgfvgh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created hgbvhjgfvgh?

It is built and maintained by jk625x (@jk625x); the current version is v1.0.4.

💬 Comments