Analyze Workflow Config
analyze_workflow_configAnalyze GitHub Actions workflow YAML to identify optimization opportunities: missing caches, matrix strategy, concurrency controls, slow dependency installs, and artifact handling.
Instructions
Parse a GitHub Actions workflow YAML (provided as a string) and identify optimization opportunities: missing caches, matrix strategy, concurrency controls, slow dependency installs, artifact handling, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_content | Yes | Full YAML content of the GitHub Actions workflow file |