github-actions-workflows

Audit and scaffold GitHub Actions workflows for CI reliability.

9|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/gwenwindflower/dotfiles --skill github-actions-workflows-gwenwindflower
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-workflows
Source: https://github.com/gwenwindflower/dotfiles/tree/main/dot_agents/exact_skills/github-actions-workflows
Command: npx skills add https://github.com/gwenwindflower/dotfiles --skill github-actions-workflows-gwenwindflower

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill helps teams audit, author, and scaffold GitHub Actions workflows for .github/workflows, ensuring correct runners, up-to-date actions, and robust CI patterns across Supermodel Labs projects.

Core Features & Use Cases

  • Audit existing workflows to identify outdated actions, missing permissions, and risky configurations.
  • Scaffold new workflows from templates to speed up CI/release pipelines.
  • Provide a reusable script-based workflow generator to apply toolchain-specific templates in projects.

Quick Start

Audit existing workflows and generate a compliant starter workflow using the provided templates.

Frequently Asked Questions about github-actions-workflows

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

FAQPage Schema
How do I audit existing GitHub Actions workflows for outdated actions and risky configurations?

You can audit existing GitHub Actions workflows to identify outdated marketplace actions, missing permissions, and risky configurations. The skill reviews .github/workflows YAML files to improve CI reliability and maintainability across projects.

What is the best way to scaffold new GitHub Actions workflows for CI and release pipelines?

The best way to scaffold new GitHub Actions workflows is by using template-based generation. The skill provides a scaffold script and asset templates to generate ready-to-run workflows that apply toolchain-specific configurations for your projects.

How do I fix GitHub Actions workflow failures when selecting runners or marketplace actions?

To fix GitHub Actions workflow failures, the skill assists in debugging by evaluating runner selections and marketplace actions. It audits YAML configurations to pinpoint outdated actions or missing permissions causing CI failures.

Can I use this workflow scaffolding tool for projects outside of Supermodel Labs?

The workflow scaffolding tool is designed specifically for Supermodel Labs projects. It applies frontmatter-anchored templates and scaffold scripts to generate ready-to-run GitHub Actions workflows tailored to that environment.

Why does my GitHub Actions CI pipeline fail after updating marketplace actions?

Your GitHub Actions CI pipeline may fail due to outdated actions or missing permissions in your workflow YAMLs. Auditing your .github/workflows files helps identify risky configurations and ensures correct runners are selected.