Awesome Reviewers

When reviewing GitHub Actions used for CI/CD automation, verify three things:

1) Repo context is available

2) Automation is testable without merging

3) Permissions match the actual API usage

Example patterns:

Apply this as a checklist during CI/CD workflow reviews to prevent silent misconfigurations, missing file access, and hard-to-test automation that can impact real PRs.