coverage-analysis

Official

Track and improve Go test coverage.

AuthorMolcajeteAI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers understand and improve the test coverage of their Go projects, ensuring more robust and reliable code.

Core Features & Use Cases

  • Run basic coverage tests: Execute go test -cover ./... to get an overview.
  • Generate coverage profiles: Create coverage.out files for detailed analysis.
  • Visualize coverage: Generate HTML reports for easy review.
  • Analyze function-level coverage: Identify specific functions with low coverage.
  • Use Case: After implementing new features or fixing bugs, use this skill to verify that your test suite adequately covers the changes and to identify areas that still need more testing.

Quick Start

Run go test -coverprofile=coverage.out ./... to generate a coverage profile for your Go project.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: coverage-analysis
Download link: https://github.com/MolcajeteAI/plugin/archive/main.zip#coverage-analysis

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.