mcaf-dotnet-reportgenerator

Generate HTML, Markdown, and Cobertura coverage reports from .NET artifacts.

4|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/managedcode/MCPGateway --skill mcaf-dotnet-reportgenerator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcaf-dotnet-reportgenerator
Source: https://github.com/managedcode/MCPGateway/tree/main/.codex/skills/mcaf-dotnet-reportgenerator
Command: npx skills add https://github.com/managedcode/MCPGateway --skill mcaf-dotnet-reportgenerator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for human-readable code coverage reports from .NET projects, making it easier to understand test coverage in CI or for manual review.

Core Features & Use Cases

  • Report Generation: Converts raw coverage artifacts (like Cobertura, OpenCover, lcov) into user-friendly HTML, Markdown, or badge formats.
  • Report Merging: Consolidates multiple coverage reports into a single, unified view.
  • Use Case: After running your .NET tests, use this Skill to generate an HTML report showing exactly which lines of code were covered, helping you identify gaps in your test suite.

Quick Start

Use the mcaf-dotnet-reportgenerator skill to render coverage artifacts as HTML and Markdown.

Frequently Asked Questions about mcaf-dotnet-reportgenerator

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

FAQPage Schema
How do I generate an HTML code coverage report for my .NET project?

To generate an HTML code coverage report, this Skill converts raw .NET coverage artifacts into user-friendly HTML using the ReportGenerator tool. It processes existing coverage files to show exactly which lines of code were tested.

Can I merge multiple .NET coverage files into a single report?

Yes, you can merge multiple coverage reports into a unified view. This Skill consolidates various raw coverage artifacts into a single report, making it easier to review overall test coverage across different test runs.

What code coverage formats does the ReportGenerator tool support?

The ReportGenerator tool supports various output formats including HTML, Markdown, and Cobertura. It reads raw coverage artifacts and converts them into these readable formats for CI or manual review.

Do I need existing coverage artifacts to generate a .NET code coverage report?

Yes, you need existing coverage artifacts to generate a report. This Skill does not run tests itself; it requires raw coverage files from your .NET test runs to convert them into human-readable reports.

How does code coverage report generation work in a CI workflow?

Code coverage report generation in CI works by processing raw .NET test artifacts into readable formats. This Skill respects AGENTS.md for workflow integration, automatically rendering coverage results as HTML or Markdown after tests complete.