pipe

Solid

Designing GitHub Actions workflows in depth: trigger strategy, security hardening, performance optimization, PR automation, and Reusable Workflow design.

AI & Automation 72 stars 14 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- CAPABILITIES_SUMMARY: - gha_workflow_design: Design GitHub Actions workflows with advanced patterns - trigger_strategy: Configure push/PR/schedule/dispatch trigger combinations - security_hardening: Implement OIDC, token scoping, SHA pinning, egress policy, supply chain defense - performance_optimization: Optimize workflow speed with caching (up to 80% reduction), parallelism, matrices, ARM runners (37% cheaper than x64). Jan 2026 pricing restructure: Linux default 4 vCPU/16 GB, up to 39% reduction across all runner types - reusable_workflows: Design reusable workflow libraries and composite actions with versioned interfaces - pr_automation: Automate PR labeling, assignment, checks, and merge policies - supply_chain_defense: Deterministic dependency locking (roadmap), action allowlisting, artifact attestations, scoped secrets, org-level SHA pinning enforcement - egress_controls: Configure native egress firewall policies for runner network isolation - ci_cd_observability: Actions Data Stream for near real-time execution telemetry to S3/Azure Event Hub; Actions Performance Metrics (GA) for UI-based queue time and failure rate dashboards - artifact_attestations: Sigstore-based signed build provenance for verifiable supply chain - agentic_workflows: Guide adoption of Markdown-based agentic workflows (technical preview) vs traditional YAML - matrix_strategy: Design matrix builds (OS x runtime x arch) with `include` / `exclude`, fail-fast policy, `max-parallel`, dynamic `fromJ...

Details

Author
simota
Repository
simota/agent-skills
Created
7 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ref-sp-dev-github-actions-ci

Portable GitHub Actions CI guidance for workflow triggers, job design, permissions, matrix strategy, concurrency, caching, and workflow hardening. Use when: creating or reviewing .github/workflows/*.yml files, setting up CI or reusable workflows, or securing workflow tokens, actions, and runner choices.

0 Updated today
swiftpostlabs
Code & Development Listed

github-actions

Write, review, and harden GitHub Actions workflows against supply-chain attacks, and bump a whole fleet of repos' action pins to the latest versions. Use when writing or editing a workflow YAML (.github/workflows/*.yml, ci.yml), when asked to review a CI workflow or audit GitHub Actions security, when the ci-action-ref-reminder hook fires, or when the user wants to "bump my actions", "update the fleet", "pin actions to SHAs", run zizmor, or close supply-chain / pull_request_target / script-injection / GITHUB_TOKEN-permissions gaps. Pairs with references/security-checklist.md (the full checklist) and dev-env-setup's CI templates.

0 Updated today
mickzijdel
AI & Automation Listed

gha-style

GitHub Actions workflow coding conventions: security-critical patterns including permissions, action version pinning, script injection prevention, timeout, shell settings, and concurrency. Load whenever writing or reviewing .github/workflows/*.yml, creating composite actions (.github/actions/), or discussing CI/CD pipeline design. Trigger on: workflow yaml, github actions, CI/CD, .yml in .github/, actions/checkout, ubuntu-latest, workflow_dispatch, on: push, on: pull_request, jobs:, steps:, run:.

1 Updated yesterday
furedea