Format reports with HTML details/summary blocks for readable output.
Scanned 9/1/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-gh-aw)More formats (shields.io, HTML) on the badges page.
---
name: reporting
description: Format reports with HTML details/summary blocks for readable output.
---
# 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>
```
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!