When to Use This Skill | Use this skill when... | Use the alternative when... | |---|---| | Fixing failing CI checks on an existing PR (lint, type, test) | Use to address reviewer comments rather than CI failures | | Reproducing red GitHub Actions runs locally before pushing corrections | Use to passively watch a run rather than fix it | | Auto-applying lint/format/type fixes and pushing them to the PR branch | Use when the failure is a merge conflict, not a check | | Diagnosing why a pull request is red after a push | Use to sweep many PRs at once instead of fixing one | Context - Repo: ! -…