Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run GitHub Actions locally with act. Use when a user asks to test GitHub Actions workflows locally, debug CI pipelines without pushing, or run workflows offline.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-13 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -65% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -55% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -62% | 0% |
Act runs GitHub Actions workflows locally using Docker. Test and debug CI pipelines without pushing to GitHub. Supports most GitHub Actions features.
bashbrew install act
bashact # run push event act pull_request # run PR event act -j test # run specific job act -W .github/workflows/ci.yml # specific workflow act --secret-file .env.secrets # with secrets
bash# .actrc — Default settings -P ubuntu-latest=catthehacker/ubuntu:act-latest --env-file .env
bashact -n # dry run act -v # verbose act -l # list workflows
Other measured skills in the registry, with their headline benchmark lift.