Workflow Audit Comprehensive audit of files against GitHub Actions best practices, security hardening guidelines, and project conventions. When to Use - User asks to audit, review, or check workflows - Before committing changes to any workflow file - After a workflow failure that needs root-cause analysis - Periodic health check (e.g., monthly) Workflow 1. Discover — Glob and list all workflow files. 2. Parse — Read each file; validate YAML syntax. 3. Audit — Run every check in the checklist below against each file. 4. Cross-check — Run cross-workflow consistency checks. 5. Report — Output a…