github-workflows

Create, edit, and troubleshoot GitHub Actions workflow YAML files.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/prulloac/git-blame-vsc --skill github-workflows-prulloac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-workflows
Source: https://github.com/prulloac/git-blame-vsc/tree/main/.agents/skills/github-workflows
Command: npx skills add https://github.com/prulloac/git-blame-vsc --skill github-workflows-prulloac

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create, edit, and troubleshoot GitHub Actions workflow YAML files.

Core Features & Use Cases

  • Starter templates for common workflow types
  • Guidance for project language detection, customization, and security best practices
  • Validation and troubleshooting tips for reliable CI/CD pipelines

Quick Start

Copy the relevant template from assets/ to .github/workflows/ and tailor it to your project's needs.

Frequently Asked Questions about github-workflows

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

FAQPage Schema
How do I set up a GitHub Actions CI/CD pipeline with YAML?

To set up a GitHub Actions CI/CD pipeline, copy a starter template into your .github/workflows/ directory and customize the YAML file to match your project's language and testing requirements.

What is the best way to automate pull request checks using GitHub Actions?

Automating pull request checks involves using GitHub Actions workflow YAML files to trigger automated testing and validation scripts upon PR submission, ensuring code reliability before merging.

Can I use reusable workflow patterns across multiple projects?

Yes, you can implement reusable workflow patterns by creating standardized GitHub Actions YAML templates that can be shared and referenced across multiple projects to maintain consistent automation.

Why is my GitHub Actions workflow YAML not working?

If your GitHub Actions workflow is not working, troubleshoot the YAML file by validating syntax, checking for incorrect action references, and applying best practices for secure and reliable pipeline configurations.

Do I need to configure security settings for GitHub Actions workflows?

Configuring security settings for GitHub Actions workflows is necessary to enforce best practices, protect sensitive credentials, and ensure reliable pipeline execution across your repository environment.