reporting

Solid

Format reports with HTML details/summary blocks for readable output.

Data & Documents 4,819 stars 466 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
26
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Report Format Guidelines Use these rules to format reports with collapsible sections. ## Use HTML Details/Summary Tags Reduce scrolling and improve readability: **wrap reports in HTML `<details>` and `<summary>` tags** so users can expand and collapse sections. **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> ```

Details

Author
github
Repository
github/gh-aw
Created
11 months ago
Last Updated
today
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category