
google-labs-code/jules-skills
2 skills1.2k installs132 starsGitHub
Install
npx skills add https://github.com/google-labs-code/jules-skillsSkills in this repo
1Automate Github IssuesAutomate GitHub Issues is an agent skill packaged with environment templates and a Fleet Dispatch workflow for repos using Google Jules. Solo and indie builders install it when they want open issues reviewed and handed to parallel Jules sessions on a schedule (default 6:00 UTC) or on demand, instead of manually opening each issue in chat. The skill expects you to copy secrets into .env—Jules API key for dispatch and a GitHub PAT with repo scope for listing issues and merging PRs—and optionally set the base branch fleet agents should target. The workflow uses a dedicated concurrency group so overlapping fleet dispatches do not cancel each other mid-run. It is Apache-2.0 licensed Google Labs material aimed at teams who already commit Jules skills into the repository and want GitHub Actions as the control plane for backlog-driven automation.607installs2Local Action VerificationLocal Action Verification is a bootstrapper skill for repositories that already use GitHub Actions and want the same jobs exercised on a developer machine via nektos/act. On install it materializes install and run scripts under `scripts/act/` and documents a repeatable ritual in AGENTS.md: verify Docker, install act if missing, read workflows, then launch act inside containers that mirror CI steps. The design targets agent-led refactors where the agent must prove green CI before pushing—reducing broken main branches and noisy failed remote runs. It assumes standard `.github/workflows/` layouts and expects operators to supply secrets and matrix choices thoughtfully when local parity matters. Solo and indie builders using Jules or similar agents on Git-heavy products get a concrete integration path instead of ad-hoc “run npm test” guesses that miss lint or integration gates defined only in YAML.553installs