github-actions-debugging

Diagnose failing GitHub Actions CI/CD workflows for the SOMA project.

Updated Dec 6, 2025
One-click install
npx skills add https://github.com/sanruiz/fibra --skill github-actions-debugging-sanruiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-debugging
Source: https://github.com/sanruiz/fibra/tree/main/.github/skills/github-actions-debugging
Command: npx skills add https://github.com/sanruiz/fibra --skill github-actions-debugging-sanruiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debugging and troubleshooting GitHub Actions CI/CD workflows for the SOMA project to reduce downtime and stabilize deployments.

Core Features & Use Cases

  • Step-by-step guidance for diagnosing common workflow failures (PHPCS, PHPStan, PHPUnit) in GitHub Actions.
  • Log analysis, practical fixes, and recommended commands to repair broken pipelines quickly.
  • Coverage for release automation and deployment tasks including SFTP deployment, backups, and release notes generation.

Quick Start

Diagnose a failing GitHub Actions workflow in the SOMA project and implement a fix to restore the pipeline.

Frequently Asked Questions about github-actions-debugging

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

FAQPage Schema
How do I debug failing GitHub Actions workflows for PHP projects?

Debug failing GitHub Actions workflows by inspecting logs for PHPCS, PHPStan, and PHPUnit failures. Apply practical remediation steps and run recommended commands to repair broken CI/CD pipelines quickly.

Why does my GitHub Actions deployment fail during SFTP transfers?

SFTP deployment failures in GitHub Actions often stem from race conditions or misconfigured release automation. Inspect workflow logs for SFTP connection errors and verify deployment scripts to stabilize the pipeline.

What is the best way to diagnose CI/CD stage failures in GitHub Actions?

Diagnose CI/CD stage failures in GitHub Actions by analyzing workflow logs step by step. Identify failing stages like PHPStan or npm build, then apply targeted remediation commands to restore functionality.

How do I fix npm build failures in GitHub Actions CI/CD pipelines?

Fix npm build failures in GitHub Actions by reviewing CI/CD workflow logs for compilation or dependency errors. Execute recommended commands to resolve build issues and stabilize the deployment pipeline.

Can I use this to troubleshoot race conditions in GitHub Actions release automation?

Yes, troubleshooting race conditions in GitHub Actions release automation is supported. The Skill highlights race conditions, SFTP deployments, and release notes generation to ensure stable workflow execution.

What should I do when PHPUnit tests fail in my GitHub Actions workflow?

When PHPUnit tests fail in GitHub Actions, inspect the workflow logs to identify failing assertions. Apply practical fixes and run recommended commands to repair the CI/CD pipeline and restore test passing.