Skip to main content

reporting

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

Jump to install

Source facts

Repository
tomevault-io/skills-registry
Last source activity
May 11, 2026 at 15:30
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
reporting
description
Guidelines for formatting reports using HTML details/summary tags Use when this capability is needed.
metadata
{"author":"github"}
# 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:** ```markdown <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](https://tomevault.io/claim/github) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-11 -->
View on GitHub