
google-labs-code/jules-skills
2 skills1.3k installs168 starsGitHub
Install
npx skills add https://github.com/google-labs-code/jules-skillsSkills in this repo
1Automate Github Issuesautomate-github-issues is a Claude Code skill from google-labs-code/jules-skills that orchestrates Jules fleet sessions against a GitHub repository's open issues. Configuration requires JULES_API_KEY for dispatching sessions and GITHUB_TOKEN with repo access for issue fetching and optional PR merge, with an optional FLEET_BASE_BRANCH override defaulting to the current branch. Developers reach for this skill when open issues should fan out to parallel Jules agents instead of sitting in a manual queue. The workflow copies environment variables from the bundled .env template, then schedules fleet runs that pull issues and assign coding agents automatically. It fits teams experimenting with agent fleets on maintenance backlogs, dependency bumps, or labeled good-first-issue queues where Jules can propose patches.701installs2Local Action Verificationlocal-action-verification is a bootstrapper skill from google-labs-code/jules-skills that prepares repositories for local GitHub Actions testing with nektos/act. When run, it copies two scripts into scripts/act/: install-act.sh for platform-aware act installation with sudo fallback, and run-act.sh as a background runner with log polling and timeout handling. The skill also appends a Local CI Verification section to the repository AGENTS.md so Jules discovers and invokes the scripts during coding tasks. After setup, agents can run workflows locally and confirm CI passes before pushing branches that would fail on GitHub. Developers reach for local-action-verification when GitHub Actions workflows exist but local feedback loops are missing and failed pushes waste remote CI minutes.638installs