Agent skill
reporting
Guidelines for formatting reports using HTML details/summary tags
Install this agent skill to your Project
npx add-skill https://github.com/github/gh-aw/tree/main/skills/reporting
SKILL.md
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:
<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>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
documentation
Documentation Brief description for SEO and navigation
debugging-workflows
Guide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues
github-mcp-server
GitHub MCP Server Documentation
skillz-integration
developer
Developer Instructions for GitHub Agentic Workflows
github-issue-query
Query GitHub issues efficiently with jq argument support for filtering
Didn't find tool you were looking for?