reporting | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / reporting

reporting

maintained by githubnext

star 331 account_tree 37 verified_user MIT License
bolt View GitHub

name: reporting description: Guidelines for formatting reports using HTML details/summary tags

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>

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 331
GitHub Forks 37
Created Jan 2026
Last Updated il y a 6 mois
tools tools data analysis

Related Skills

csv-data-summarizer
chevron_right
mviz
chevron_right
annualreports
chevron_right
excel
chevron_right
design-doc-mermaid
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.