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.

Skills เพิ่มเติมจาก github

console-rendering
github
คำแนะนำสำหรับการใช้ระบบเรนเดอร์คอนโซลที่ใช้ struct tag ใน Go
official
github-pr-query
github
สอบถาม Pull Request บน GitHub อย่างมีประสิทธิภาพ พร้อมรองรับการกรองด้วยอาร์กิวเมนต์ jq
official
jqschema
github
ยูทิลิตี้ค้นพบสคีมา JSON ที่แยกข้อมูลโครงสร้างและประเภทจากข้อมูล JSON
official
gh-agent-session
github
ส่วนขยายเซสชันเอเจนต์ CLI ของ GitHub
official
gh-agent-task
github
ส่วนขยายงานตัวแทน GitHub CLI
official
github-copilot-agent-tips-and-tricks
github
เคล็ดลับและเทคนิคสำหรับการทำงานกับ Pull Requests ของ GitHub Copilot Agent
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
ทำให้ repo ใดๆ พร้อมสำหรับ AI — วิเคราะห์โค้ดเบสของคุณและสร้าง AGENTS.md, copilot-instructions.md, ขั้นตอนการทำงาน CI, เทมเพลต issue และอื่นๆ ขุดรีวิว PR ของคุณ…
official