reporting

Format reports with collapsible HTML details and summary tags.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/kaushal-waygood/agentic-self-healing-ci --skill reporting-kaushal-waygood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reporting
Source: https://github.com/kaushal-waygood/agentic-self-healing-ci/tree/main/skills/reporting
Command: npx skills add https://github.com/kaushal-waygood/agentic-self-healing-ci --skill reporting-kaushal-waygood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces long scrolling and clutter in text-heavy reports by prescribing a simple collapsible section pattern using HTML details and summary tags, making large documents easier to navigate and consume.

Core Features & Use Cases

  • Collapsible Sections: Wrap report sections in HTML details and summary tags so readers expand only the parts they need.
  • Improved Readability: Keeps long reports, meeting notes, and changelogs concise while preserving full content for inspection.
  • Portable Formatting: Provides a Markdown-compatible approach that works in renderers supporting embedded HTML for consistent presentation.

Quick Start

Use the reporting skill to wrap each major section of your report in HTML details and summary tags with a clear title and date so readers can expand sections as needed.

Frequently Asked Questions about reporting

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

FAQPage Schema
How do I make long markdown reports easier to read with collapsible sections?

You can make long markdown reports easier to read by wrapping major sections in HTML details and summary tags. This creates collapsible sections that reduce scrolling and let readers expand only the content they need.

Does markdown support collapsible details and summary tags for meeting notes?

Markdown supports collapsible details and summary tags for meeting notes in renderers that allow embedded HTML. This portable formatting approach preserves headings and content while keeping large documents concise and navigable.

What is the best way to format changelogs so users can expand optional details?

The best way to format changelogs with optional details is using HTML details and summary tags. This pattern allows you to hide lengthy changelog entries behind a clear title and date, reducing clutter while preserving full content for inspection.

Can I use HTML details summary tags to reduce scrolling in weekly reports?

You can use HTML details summary tags to significantly reduce scrolling in weekly reports. By wrapping each major report section in these tags, readers can navigate large documents quickly and expand specific sections as needed.

When should I use collapsible sections instead of plain markdown for dashboards?

You should use collapsible sections instead of plain markdown for dashboards when optional detail is helpful. This approach keeps text-heavy dashboards concise and readable while preserving the full underlying content for users who need to inspect it.