AI AGENT ADDONS

Local Action Verification

google-labs-code/jules-skills
DevOps & CI/CD
581installs

Set up a way to run GitHub Actions workflows on your own machine before pushing any code. Use a tool called act to check if your changes pass CI right on your computer. This helps you catch problems early and avoid failed builds on GitHub.

Two simple scripts do the work. One installs act if it is missing. The other runs the workflow in the background and shows the logs. Add a short section to your AGENTS.md file so Jules knows how to use them. Then you can verify your code before every push.

This setup is useful for any developer who wants faster feedback and less back and forth with GitHub. Just make sure Docker is running and the scripts are executable. The tool works on all major operating systems.

Add Local Action Verification skill to your workflow

Global

mkdir -p ~/.claude/skills/local-action-verification

Project

mkdir -p .claude/skills/local-action-verification

Source Repository

Stars
78
Forks
11
Watchers
78
License
Apache-2.0
Last Push
1 month ago
Created
6 months ago