google/push to github
Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
npx skills add https://github.com/google/ground-android --skill Push to GitHub
Use this skill when you are ready to push your changes to the remote repository. It acts as a safety gate to prevent breaking CI.
python3 .agent/skills/push_to_github/scripts/push.py
Take google/push to github from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.