local-action-verification
Installation
SKILL.md
Local Action Verification with act
You are setting up a repository so that Jules (or any agent) can run GitHub Actions workflows locally using act to verify code changes pass CI before pushing.
What You're Setting Up
Two scripts and an agents.md section that enable local CI verification:
- install-act.sh — Installs
actif missing (platform-aware, sudo fallback) - run-act.sh — Runs
actin the background with log polling to avoid agent timeouts - AGENTS.md section — Instructions Jules reads to know how to use these scripts
Setup Steps
Step 1: Copy scripts to the repository
Copy the scripts/ directory from this skill into the target repository at scripts/act/:
Related skills