Analyze GitHub Action Logs Fetch and analyze recent GitHub Actions runs for a given workflow. Review agent/step performance, identify wasted effort and mistakes, and produce a report with actionable improvements. Input You need: - (required) — The workflow file name or ID (e.g., , ). - (optional) — The GitHub repository in format. Defaults to . - (optional) — Number of recent completed runs to analyze. Defaults to . Step 1: List Recent Runs Fetch the most recent completed runs for the workflow. Filter by : Present the list to orient yourself: run IDs, titles, status (success/failure), and dur…