reporting
$
npx mdskill add github/gh-aw/reportingFormats reports with HTML details/summary blocks for collapsible, readable output
- Solves the problem of long, hard-to-scan reports by organizing content into collapsible sections
- Uses standard HTML <details> and <summary> tags for browser compatibility and interactivity
- Analyzes report structure to identify logical sections and inserts collapsible markers
- Delivers formatted HTML output that users can expand or collapse for better navigation
SKILL.md
.github/skills/reportingView on GitHub ↗
--- 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> ```
More from github/gh-aw
- agentic-workflow-designerConversational skill that interviews users to design new agentic workflows
- agentic-workflowsRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.
- awf-release-integratorUpgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.
- checkout-credential-reviewReview code that performs git or gh operations against repository checkouts in gh-aw, checking that the right credentials are available at the right time and that sparseness, shallowness and credential-free factors are properly considered.
- console-renderingUse Go struct tags to render styled terminal output in gh-aw.
- copilot-reviewTeach Copilot how to plan, address, and respond to pull request review feedback.
- custom-agentsDefine and validate GitHub custom agent files, prompts, and examples.
- debugging-workflowsDebug gh-aw workflows using run logs, audits, and failure triage.
- developerCore developer rules and coding conventions for gh-aw changes.
- Dictation InstructionsInstructions for fixing speech-to-text errors and improving text quality in gh-aw documentation and workflows