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.
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.