Reporting

Guidelines for formatting reports using HTML details/summary tags Use when this capability is needed.

tomevault-io Updated

File contents

Report Format Guidelines

This skill provides guidelines for formatting reports with collapsible sections.

Use HTML Details/Summary Tags

To prevent excessive scrolling and improve readability, wrap your reports in HTML <details> and <summary> tags. This allows users to expand and collapse sections as needed.

Basic Structure:

<details>
<summary>📊 Report Title - [Date]</summary>

## Report Content

Your detailed report content goes here...

### Section 1

Content for section 1...

### Section 2

Content for section 2...

</details>

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/github--gh-aw--reporting commit f676f5ed5c

Frequently asked questions

npx skillmds@latest add tomevault-io/reporting