Agent Skill
2/7/2026push-to-github
Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
G
google
282GitHub Stars
1Views
npx skills add google/ground-android
SKILL.md
| Name | push-to-github |
| Description | Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate. |
name: Push to GitHub description: Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
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.
Usage
- Verifies changes (Unit Tests).
- Runs code checks (Lint/CheckCode).
- Pushes to the current branch.
Command
python3 .agent/skills/push_to_github/scripts/push.py
Skills Info
Original Name:push-to-githubAuthor:google
Download