github-workflows

Mission: Work with GitHub Actions without using stale training data. All syntax, versions, and parameters come from live sources.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "github-workflows" with this command: npx skills add gsd-build/gsd-2/gsd-build-gsd-2-github-workflows

GitHub Workflows

Mission: Work with GitHub Actions without using stale training data. All syntax, versions, and parameters come from live sources.

Structural Principle

All CI operations go through ci_monitor.cjs. Never reach for gh CLI directly — the script wraps it with observable output.

Primary Tool: ci_monitor.cjs

Path: scripts/ci_monitor.cjs

node scripts/ci_monitor.cjs <command>

Before using any command:

  • Run --help to discover available arguments

Routing Table:

When You Need Command

List recent runs runs [--branch <name>]

Monitor running workflow watch <run-id>

Fail fast in scripts fail-fast <run-id>

See why run failed log-failed <run-id>

Test pass/fail counts test-summary <run-id>

Check action versions check-actions [file]

Search logs grep <run-id> --pattern <regex>

Wait for deployment wait-for <run-id> <job> --keyword <text>

Documentation Routing

Base URL: https://docs.github.com/en/actions/reference/workflows-and-actions/

Before writing any workflow syntax:

  • Fetch the relevant .md file from the URL above

  • Read only the section you need

Task File Section

Create workflow workflow-syntax.md name , on , jobs

Set triggers workflow-syntax.md on

Set permissions workflow-syntax.md permissions

Concurrency workflow-syntax.md concurrency

Reusable workflow workflow-syntax.md on.workflow_call

Annotations workflow-commands.md "Setting an error/warning/notice message"

Output variables workflow-commands.md "Environment files"

Conditionals expressions.md "Operators", "Functions"

Contexts contexts.md " context"

Events events-that-trigger-workflows.md Event tables

Version Verification

What Where

Action versions node ci_monitor.cjs check-actions <file>

Node.js LTS curl -s https://nodejs.org/dist/index.json | jq '.[0].version'

Validation Constraint

"No errors" is not validation. Prove observable change:

BEFORE: [specific state] AFTER: [different state] EVIDENCE: [output from ci_monitor.cjs]

References

  • references/gh/SKILL.md — gh CLI reference

  • scripts/ci_monitor.cjs — CI monitoring tool

  • scripts/ci_monitor.md — Tool usage documentation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

debug-like-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

swiftui

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend-design

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-workflows

No summary provided by upstream source.

Repository SourceNeeds Review