Guidelines for formatting reports using HTML details/summary tags
Scanned 2/12/2026
Install to Claude Code
npx -y skills add githubnext/gh-aw --skill reporting --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reporting?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/githubnext-reporting)More formats (shields.io, HTML) on the badges page.
---
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:**
```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>
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!