Skip to main content

reporting

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

Zur Installation springen

Quellinformationen

Repository
tomevault-io/skills-registry
Letzte Quellaktivität
11. Mai 2026 um 15:30
Erkannte Sprache von SKILL.md
Englisch
Sterne
1
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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 -->
Auf GitHub ansehen