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.
Fetch the most recent completed runs for the workflow. Filter by --status=completed:
Present the list to orient yourself: run IDs, titles, status (success/failure), and duration. Pick the runs to analyze — prefer a mix of successes and failures if available, and prefer runs that exercised more steps (longer runs tend to go through more stages, while shorter runs may exit early).
Analysieren Sie aktuelle GitHub Actions-Workflow-Ausführungen, um Muster, Fehler und Verbesserungen zu identifizieren. Wird verwendet, wenn Sie aufgefordert werden, „Workflow-Protokolle zu analysieren“, „Aktionsausführungen zu überprüfen“ oder „GitHub-Aktionen zu analysieren“. Quelle: withastro/astro.