Проверка GitHub Actions до падения в CI

★ 8.0 · vibe-coding

github-actions-testing is a Claude Code skill that validates GitHub Actions workflows before they fail in CI. It runs actionlint and yamllint, catches missing cache-dependency-path configurations, incorrect workspace dependency build order in monorepos, service container misconfiguration, and path resolution issues — problems that local testing typically misses. The skill generates a validate-workflows.sh script, sets up pre-push hooks, and supports local workflow runs via act (Docker-based simulation). Reach for it when creating or modifying workflows, debugging CI failures with errors like "module not found" or broken cache, setting up a new repository with CI/CD, or migrating to a monorepo architecture.