Communityv1.0.0

GitHub Actions Troubleshooting

Troubleshoot GitHub Actions workflows, particularly for Go projects. Diagnose failing workflows, distinguish between code and environment issues, interpret logs, and apply fixes for common CI/CD problems.

1.8kdownloads1stars2active installsirook661
View on ClawHubBack to Skills

Skill Details

Slug
github-actions-troubleshooting
Latest Version
1.0.0
Author
irook661
Published
Feb 2, 2026
Updated
Feb 26, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for GitHub Actions Troubleshooting.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of the github-actions-troubleshooting skill: - Provides commands and step-by-step guidance to troubleshoot GitHub Actions workflows, with a focus on Go projects. - Helps distinguish between code-related and environment/configuration issues. - Includes diagnostic commands for listing workflow runs, viewing logs, and downloading artifacts using the GitHub CLI. - Offers common fixes for Go CI problems, such as linter configuration and dependency resolution. - Details a structured workflow for analyzing and resolving CI/CD failures.