/configure:workflows Check and configure GitHub Actions CI/CD workflows against project standards. When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Checking GitHub Actions workflows for compliance with project standards | Debugging a failing CI run (use github-actions-inspection skill) | | Setting up container build, test, or release-please workflows | Installing Claude-powered reusable workflows (use ) | | Updating outdated action versions (checkout, build-push, etc.) | Writing a custom workflow from…