What this skill covers Use this skill whenever you are: - Reading or changing GitHub Actions workflows under - Explaining why a PR fails checks (title, changelog, conflict markers, secret scanning) - Figuring out which workflows run for UI/API/SDK changes and why - Diagnosing path-filtering behavior (why a workflow did/didn't run) Quick map (where to look) - PR template: - PR title validation: - Changelog gate: - Conflict markers check: - Secret scanning: - Auto labels: and - Review ownership: Debug checklist (PR failing checks) 1. Identify which workflow/job is failing (name + file under ).…