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).
Анализируйте недавние запуски рабочего процесса GitHub Actions, чтобы выявить закономерности, ошибки и улучшения. Используйте, когда вас просят «проанализировать журналы рабочих процессов», «проверить выполнение действий» или «проанализировать действия GitHub». Источник: withastro/astro.