github-actions

Standardize and harden GitHub Actions workflows with secure configuration patterns.

47|6|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/mujez/claude-skills --skill github-actions-mujez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions
Source: https://github.com/mujez/claude-skills/tree/main/skills/github-actions
Command: npx skills add https://github.com/mujez/claude-skills --skill github-actions-mujez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reduces CI/CD friction by standardizing and hardening GitHub Actions workflows.

Core Features & Use Cases

  • Workflow design principles to optimize pipeline speed and reliability
  • Caching strategies for faster builds across jobs and matrixes
  • Security best practices including minimal permissions and OIDC authentication
  • Reusable workflows to DRY up pipelines across projects
  • Docker build & push patterns for containerized deployments
  • Matrix builds and multi-branch strategy for broad coverage
  • Deployment patterns and rollback safety checks
  • Troubleshooting guidance and quick-reference CLI commands

Quick Start

Apply the reusable GitHub Actions patterns from this skill to your project repository to streamline CI/CD.

Frequently Asked Questions about github-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I secure GitHub Actions workflows with OIDC authentication and minimal permissions?

Securing GitHub Actions workflows with OIDC involves applying explicit, secure configuration patterns that enforce minimal permission scopes and best-practice guidelines. This hardens pipeline safety and reliability across deployments.

What are the best caching strategies for GitHub Actions to speed up matrix builds?

Caching strategies for GitHub Actions matrix builds require best-practice guidelines for caching dependencies across jobs. Standardizing these patterns reduces CI/CD friction and optimizes pipeline speed and reliability for multi-branch projects.

Can I use reusable workflows to DRY up CI/CD pipelines across monorepos?

Reusable workflows DRY up CI/CD pipelines across monorepos by standardizing building, testing, and deploying tasks. Applying these shared patterns reduces friction and ensures consistent pipeline execution across multiple projects.

How do I troubleshoot failing CI/CD pipelines in GitHub Actions?

Troubleshooting failing GitHub Actions pipelines uses provided guidance and quick-reference CLI commands to diagnose issues. This resolves failures in matrix builds, caching, and deployment patterns to restore pipeline reliability.

Does GitHub Actions support Docker build and push patterns for multi-branch deployments?

GitHub Actions supports Docker build and push patterns for containerized deployments across multi-branch projects. Applying these standardized deployment patterns with rollback safety checks ensures reliable software delivery.