What problem does it solve? Raw .NET coverage outputs like Cobertura or OpenCover XML are hard to read and share. This Skill turns them into human-readable HTML pages, Markdown summaries, badges, and merged reports that developers and CI pipelines can consume directly. ## Core Features & Use Cases - Multi-format rendering: Generate HtmlSummary, Cobertura, MarkdownSummaryGithub, badges, and more from existing coverage files. - Report merging: Combine multiple coverage files into a single consolidated report when a repo produces several outputs. - CI integration: Add reproducible report commands to pipelines using a local .NET tool manifest, including GitHub step summaries and README badges. - Use Case: A team runs Coverlet in CI and wants a coverage summary posted to each pull request plus an HTML artifact; this Skill configures ReportGenerator to render MarkdownSummaryGithub and HtmlSummary from the collected Cobertura files. ## Quick Start Ask the agent to render the repository's existing coverage.cobertura.xml files into an HTML summary and GitHub Markdown report under artifacts/coverage using ReportGenerator.