GitHub Actions Cache Optimization Analyze cache usage, identify bloat, and optimize cache strategies for GitHub Actions. When to Use This Skill | Use this skill when... | Use X instead when... | |------------------------|----------------------| | Analyzing cache size and count | Investigating workflow run failures → gh-workflow-monitoring | | Identifying stale or bloated caches | Analyzing billing/minutes → github-actions-finops | | Optimizing cache key strategies | Setting up new cache actions → github-actions-workflows | | Cleaning up old caches | General workflow efficiency → github-action…