push-to-github
skill✓Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
apm::install
apm install @google/push-to-githubapm::skill.md
---
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
1. Verifies changes (Unit Tests).
2. Runs code checks (Lint/CheckCode).
3. Pushes to the current branch.
### Command
```bash
python3 .agent/skills/push_to_github/scripts/push.py
```