test-coverage

Generate test coverage reports for Go, Python, and Node.js projects.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/vincent119/ai-rules-kit --skill test-coverage-vincent119
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coverage
Source: https://github.com/vincent119/ai-rules-kit/tree/main/skills/test-coverage
Command: npx skills add https://github.com/vincent119/ai-rules-kit --skill test-coverage-vincent119

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly generate and compare test coverage across Go, Python, and Node.js projects to ensure code quality and maintainability.

Core Features & Use Cases

  • Cross-language coverage: generate coverage reports for Go, Python, and Node.js tests.
  • HTML reports: generate visible coverage dashboards for quick reviews.
  • Use Case: A team wants a unified coverage metric across repositories; run this skill to produce per-language coverage data and HTML reports for stakeholder reviews.

Quick Start

Run the test-coverage skill to generate per-language coverage reports for the current project.

Frequently Asked Questions about test-coverage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate test coverage reports for Go, Python, and Node.js projects?

To generate test coverage reports for Go, Python, and Node.js projects, run the test-coverage skill to automate collection using Go tooling, pytest, and Jest, producing per-language coverage data.

Can I generate HTML coverage dashboards for pytest and Jest tests?

Yes, you can generate visible HTML coverage dashboards for pytest and Jest tests. The skill renders collected coverage data into HTML reports specifically for quick stakeholder reviews.

What is the best way to enforce target coverage goals across a multi-language repository?

The best way to enforce target coverage goals across a multi-language repository is using this skill to collect metrics from Go, Python, and Node.js tests, enabling enforcement of specific coverage targets.

Does this tool work with standard Go tooling and Jest to output terminal coverage?

Yes, this tool works directly with standard Go tooling and Jest to produce terminal coverage outputs, alongside generating comprehensive HTML reports for immediate review.

How do I compare test coverage across different programming languages in one repository?

You compare test coverage across different programming languages by running the skill to gather per-language coverage data from Go, Python, and Node.js projects, yielding unified metrics for stakeholder review.