workflow-step-summaries
$
npx mdskill add github/gh-aw/workflow-step-summariesCraft concise GitHub Actions summaries with progressive disclosure.
- Generates readable workflow run pages with clear status outcomes.
- Integrates with actions/github-script and core.summary.* helpers.
- Prioritizes critical information before hiding verbose diagnostics.
- Delivers formatted results using HTML details blocks and markdown.
SKILL.md
.github/skills/workflow-step-summariesView on GitHub ↗
--- name: workflow-step-summaries description: Write clear GitHub Actions step summaries with progressive disclosure. --- # GitHub Actions Step Summary Guidance Use this skill when generating content for `$GITHUB_STEP_SUMMARY`. ### Structure summaries for quick scanning - Start sections at `###` (h3) for readable hierarchy in workflow run pages. - Keep titles plain text with no emojis. - Put the most important status and outcomes first. ### Use progressive disclosure - Wrap detailed diagnostics, logs, and secondary data in HTML `<details>` blocks. - Use a concise `<summary>` line that states what the collapsed section contains. - Keep default-expanded content short; move verbose output into collapsible blocks. ### Use Markdown for code and review output - In `actions/github-script`, prefer `core.summary.*` helpers to build summary content. - Use inline code with backticks for commands, paths, IDs, and config keys. - Use fenced code blocks with a language tag for logs, diffs, snippets, or commands. - Present review findings as markdown sections with clear severity and action items. ### Suggested checklist before writing - Confirm section headings start at h3. - Confirm no title includes emoji. - Confirm verbose content is inside `<details>` blocks. - Confirm code and review content uses proper markdown code formatting.
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