Setting the skill. One moment.
Skills
Skill 24 of 54
Format reports with HTML details/summary blocks for readable output.
1 minute · 37 words · 2 sections
Install
npx skills add github/gh-aw --skill reportingnpx skills add github/gh-awThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use these rules to format reports with collapsible sections.
Reduce scrolling and improve readability: wrap reports in HTML <details> and <summary> tags so users can expand and collapse sections.
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>main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 4 distinct layouts observed: .claude/skills/*/SKILL.md, .github/skills/*/SKILL.md, .squad/*/skill.md, SKILL.md (repo root).h1 and no skipped levels:/github/gh-aw.md, and each skill at its own .md URL.1 file · 2 KB
Everything this skill ships beside its prose. All of it is set here, as a subchapter of skill 24.
Everything else published alongside the skill.