.agent/skills/push_to_github/SKILL.md
Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
npx skillsauth add google/ground-android Push to GitHubInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
development
Runs unit tests to quickly verify changes during the development loop.
development
Prepares the codebase for a commit by formatting code and helping identify temporary comments.
development
Fetches comments and reviews from the current GitHub Pull Request and formats them as Markdown.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.