.agent/skills/verify_changes/SKILL.md
Runs unit tests to quickly verify changes during the development loop.
npx skillsauth add google/ground-android Verify ChangesInstall 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 after each meaningful change to verify you haven't broken existing functionality.
Runs the local unit tests for the debug variant.
python3 .agent/skills/verify_changes/scripts/verify.py
development
Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
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.