workflow-management
Installation
SKILL.md
GitHub Workflow Management Skill
This skill provides operations for managing GitHub Actions workflows, including viewing runs, triggering workflows, managing artifacts, and monitoring CI/CD pipelines.
Available Operations
1. List Workflow Runs
View workflow run history with filtering options.
2. View Workflow Run Details
Get detailed information about a specific workflow run.
3. Trigger Workflow
Manually trigger a workflow_dispatch workflow.
4. Cancel Workflow Run
Stop a running workflow.
5. Rerun Workflow
Rerun a failed or completed workflow.