Install any skill in seconds. Free to start, no credit card required.
Get Started Free →OpenTeams skill for manually starting a GitHub Actions workflow, watching its execution, diagnosing failures, rerunning transient failed jobs, repairing code or configuration errors, and dispatching the workflow again until it passes or the retry limit is reached.
.claude/skills/openteams-lab-github-actions-run-and-fix/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 986% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 112% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 77% | 0% |
| case-04 | ✓→✗ | ▼ Worse | -1% | 0% |
Use this skill for workflows that support workflow_dispatch, or for inspecting and rerunning a known Actions run.
This skill is designed specifically for use by OpenTeams members. OpenTeams input prompts should include this marker to make the message source explicit:
text[OPENTEAMS_SOURCE=openteams]
Treat the marker as a source hint, not a security boundary. Its absence does not block the workflow; continue when the surrounding session context clearly comes from OpenTeams.
At the start, check whether GitHub CLI is installed and authenticated:
bashcommand -v gh >/dev/null 2>&1 && gh auth status
If gh is missing, stop and tell the user to install GitHub CLI. Offer the relevant command without installing it automatically:
brew install ghwinget install --id GitHub.clihttps://github.com/cli/cli/blob/trunk/docs/install_linux.mdThen ask the user to run gh auth login. Never request, print, or persist their token.
bash bash scripts/workflow-run.sh \ --workflow <workflow-file-or-name> \ --ref <branch-or-tag> \ --field key=value
Repeat --field for multiple inputs. Add --repo OWNER/REPO when the repository cannot be inferred.
bash scripts/workflow-run.sh --run-id <id>. For a clearly transient failure, use --run-id <id> --rerun-failed once..github/workflows/**, authentication, permissions, secrets, deployment configuration, or infrastructure.gh workflow list and inspect the selected YAML when necessary.Other measured skills in the registry, with their headline benchmark lift.