skills$openclaw/coverage-boost
lxgicstudios8.8k

by lxgicstudios

coverage-boost – OpenClaw Skill

coverage-boost is an OpenClaw Skills integration for coding workflows. Generate tests to hit uncovered code paths

8.8k stars2.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namecoverage-boost
descriptionGenerate tests to hit uncovered code paths OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/ai-coverage-boost
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/ai-coverage-boost
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains coverage-boost in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
474 B
SKILL.md
1.1 KB
SKILL.md

name: coverage-boost description: Generate tests to hit uncovered code paths

Coverage Boost

Your coverage is at 67% and PM wants 80%. This tool finds uncovered lines and generates tests for them.

Quick Start

npx ai-coverage-boost ./src/utils/helpers.ts

What It Does

  • Analyzes existing test coverage
  • Identifies uncovered code paths
  • Generates targeted tests for gaps
  • Focuses on edge cases you missed

Usage Examples

# Boost coverage for a file
npx ai-coverage-boost ./src/utils/validators.ts

# Target a specific function
npx ai-coverage-boost ./src/api.ts --function processOrder

# Generate Jest tests
npx ai-coverage-boost ./src --framework jest

What It Generates

  • Unit tests for uncovered branches
  • Edge case tests
  • Error handling tests
  • Boundary condition tests

Requirements

Node.js 18+. OPENAI_API_KEY required. Existing coverage report helps.

License

MIT. Free forever.


Built by LXGIC Studios

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Node.js 18+. OPENAI_API_KEY required. Existing coverage report helps.

FAQ

How do I install coverage-boost?

Run openclaw add @lxgicstudios/ai-coverage-boost in your terminal. This installs coverage-boost into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/ai-coverage-boost. Review commits and README documentation before installing.