workflow-step-summaries

द्वारा github

स्पष्ट GitHub Actions चरण सारांश प्रगतिशील प्रकटीकरण के साथ लिखें।

npx skills add https://github.com/github/gh-aw --skill workflow-step-summaries

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.

github की और Skills

console-rendering
github
Go में struct टैग-आधारित कंसोल रेंडरिंग सिस्टम का उपयोग करने के निर्देश
official
github-pr-query
github
jq तर्क समर्थन के साथ GitHub पुल अनुरोधों को कुशलतापूर्वक क्वेरी करें
official
jqschema
github
JSON डेटा से संरचना और प्रकार की जानकारी निकालने वाली JSON स्कीमा खोज उपयोगिता
official
gh-agent-session
github
GitHub CLI एजेंट सत्र विस्तार
official
gh-agent-task
github
GitHub CLI एजेंट कार्य विस्तार
official
github-copilot-agent-tips-and-tricks
github
GitHub Copilot Agent PRs के साथ काम करने के लिए टिप्स और ट्रिक्स
official
rust-coding-skill
github
Use this skill whenever editing `*.rs` files in the `rust/` SDK in order to write idiomatic, efficient, well-structured Rust code
official
ai-ready
github
किसी भी रिपॉजिटरी को AI-तैयार बनाएं — आपके कोडबेस का विश्लेषण करता है और AGENTS.md, copilot-instructions.md, CI वर्कफ़्लो, इश्यू टेम्पलेट और अधिक जनरेट करता है। आपकी PR समीक्षा को माइन करता है…
official